Skip to content

Commit e5ae47d

Browse files
Update benchmarks.yml
1 parent d4f930b commit e5ae47d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/benchmarks.yml

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

0 commit comments

Comments
 (0)