File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 2626 image : " gcr.io/tensorflow-testing/nosla-cuda12.3-cudnn9.1-ubuntu20.04-manylinux2014-multipython:latest"
2727
2828 env :
29- JAXCI_CLONE_MAIN_XLA : 1
3029 JAXCI_HERMETIC_PYTHON_VERSION : 3.11
3130
3231 steps :
@@ -37,10 +36,16 @@ jobs:
3736 with :
3837 halt-dispatch-input : ${{ inputs.halt-for-connection }}
3938 - name : Build jaxlib
39+ env :
40+ JAXCI_CLONE_MAIN_XLA : 1
4041 run : ./ci/build_artifacts.sh "ci/envs/build_artifacts/jaxlib.env"
4142 - name : Build jax-cuda-plugin
43+ env :
44+ JAXCI_CLONE_MAIN_XLA : 1
4245 run : ./ci/build_artifacts.sh "ci/envs/build_artifacts/jax-cuda-plugin.env"
4346 - name : Build jax-cuda-pjrt
47+ env :
48+ JAXCI_CLONE_MAIN_XLA : 1
4449 run : ./ci/build_artifacts.sh "ci/envs/build_artifacts/jax-cuda-pjrt.env"
4550 - name : Run Bazel GPU tests locally
4651 run : ./ci/run_bazel_test_gpu_non_rbe.sh
You can’t perform that action at this time.
0 commit comments