Skip to content

Commit

Permalink
remove log_compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwh committed Feb 10, 2025
1 parent c3b7ea5 commit 92095c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_entry_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
pip install soundfile librosa
- name: Run entry tests with pytest
run: |
JAX_LOG_COMPILES=1 JAX_PLATFORMS="cpu" XLA_FLAGS=--xla_force_host_platform_device_count=8 PYTHONPATH=$(pwd)/tests:$(pwd)/src:$(pwd):. pytest -s tests -m entry
JAX_PLATFORMS="cpu" XLA_FLAGS=--xla_force_host_platform_device_count=8 PYTHONPATH=$(pwd)/tests:$(pwd)/src:$(pwd):. pytest -s tests -m entry

0 comments on commit 92095c4

Please sign in to comment.