File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ if [[ $JAXCI_RUN_BAZEL_TEST_GPU_LOCAL == 1 ]]; then
4949 check_if_to_run_in_docker nvidia-smi
5050 echo " Running local GPU tests..."
5151
52- check_if_to_run_in_docker " $JAXCI_PYTHON " -c " import jax; print(jax.default_backend()); print(jax.devices()); print(len(jax.devices()))"
52+ # check_if_to_run_in_docker "$JAXCI_PYTHON" -c "import jax; print(jax.default_backend()); print(jax.devices()); print(len(jax.devices()))"
5353
5454 # Only Linux x86 builds run GPU tests
5555 # Runs non-multiaccelerator tests with one GPU apiece.
@@ -81,4 +81,4 @@ if [[ $JAXCI_RUN_BAZEL_TEST_GPU_RBE == 1 ]]; then
8181 --repo_env=HERMETIC_PYTHON_VERSION=" $JAXCI_HERMETIC_PYTHON_VERSION " \
8282 --override_repository=xla=" ${JAXCI_XLA_GIT_DIR} " \
8383 //tests:gpu_tests //tests:backend_independent_tests //tests/pallas:gpu_tests //tests/pallas:backend_independent_tests //docs/...
84- fi
84+ fi
You can’t perform that action at this time.
0 commit comments