From 92095c4691ac7becb7d057554af7443fb4423c31 Mon Sep 17 00:00:00 2001 From: David Hall Date: Sun, 9 Feb 2025 23:28:39 -0800 Subject: [PATCH] remove log_compiles --- .github/workflows/run_entry_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_entry_tests.yaml b/.github/workflows/run_entry_tests.yaml index 85907c946..6f7e45a36 100644 --- a/.github/workflows/run_entry_tests.yaml +++ b/.github/workflows/run_entry_tests.yaml @@ -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