Skip to content

Commit

Permalink
New JAX build from Google: adopt changes for test-jax.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DwarKapex committed Nov 26, 2024
1 parent 9a6256a commit d9d6cd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/container/test-jax.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jax_source_dir() {

query_tests() {
cd `jax_source_dir`
python build/build.py --configure_only
python build/build.py build --wheels=jaxlib,jax-cuda-plugin,jax-cuda-pjrt --configure_only
bazel query tests/... 2>&1 | grep -F '//tests:'
exit
}
Expand Down Expand Up @@ -191,5 +191,5 @@ pip install matplotlib
## Run tests

cd `jax_source_dir`
python build/build.py --configure_only
python build/build.py build --wheels=jaxlib,jax-cuda-plugin,jax-cuda-pjrt --configure_only
bazel test ${BAZEL_TARGET} ${TEST_TAG_FILTERS} ${COMMON_FLAGS} ${EXTRA_FLAGS}

0 comments on commit d9d6cd4

Please sign in to comment.