Skip to content

Commit 7a2cc1c

Browse files
committed
disable import jax command in bazel gpu local script
1 parent 7ba4a37 commit 7a2cc1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/run_bazel_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)