File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -34,21 +34,21 @@ jobs:
3434 env :
3535 JAXCI_CLONE_MAIN_XLA : 1
3636 run : ./ci/build_artifacts.sh "jaxlib"
37- - name : Build jax-cuda-plugin
38- env :
39- JAXCI_CLONE_MAIN_XLA : 1
40- run : ./ci/build_artifacts.sh "jax-cuda-plugin"
41- - name : Build jax-cuda-pjrt
42- env :
43- JAXCI_CLONE_MAIN_XLA : 1
44- run : ./ci/build_artifacts.sh "jax-cuda-pjrt"
37+ # - name: Build jax-cuda-plugin
38+ # env:
39+ # JAXCI_CLONE_MAIN_XLA: 1
40+ # run: ./ci/build_artifacts.sh "jax-cuda-plugin"
41+ # - name: Build jax-cuda-pjrt
42+ # env:
43+ # JAXCI_CLONE_MAIN_XLA: 1
44+ # run: ./ci/build_artifacts.sh "jax-cuda-pjrt"
4545 - name : Install dependencies
4646 run : |
4747 python -m pip install --upgrade pip
4848 pip install pytest
4949 pip install absl-py
5050 # pip install -U jax
51- # pip install -U "jax[cuda12]"
51+ pip install -U "jax[cuda12]"
5252 pip install google-benchmark
5353 - name : Run Multiprocess GPU Test
5454 run : |
You can’t perform that action at this time.
0 commit comments