We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d417345 commit d10cf20Copy full SHA for d10cf20
.github/container/test-jax.sh
@@ -144,7 +144,7 @@ case "${BATTERY}" in
144
# use jax_test_gpu tag generated by jax_multiplatform_test rule:
145
# https://github.com/jax-ml/jax/blob/d36afe4f7fe01fe5db16069d796600090db5a3ce/jaxlib/jax.bzl#L265
146
TEST_TAG_FILTER_ARRAY+=('jax_test_gpu')
147
- BAZEL_TARGET="${BAZEL_TARGET} //tests/...
+ BAZEL_TARGET="${BAZEL_TARGET} //tests/..."
148
;;
149
backend-independent)
150
JOBS_PER_GPU=4
0 commit comments