Skip to content

Commit 81301c8

Browse files
Update benchmarks.yml
1 parent 5051abd commit 81301c8

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.github/workflows/benchmarks.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,33 +16,33 @@ on:
1616
- 'no'
1717

1818
jobs:
19-
jax-build-and-test:
20-
runs-on: linux-x86-g2-48-l4-4gpu # Use a GPU-enabled runner
21-
container:
22-
image: "gcr.io/tensorflow-testing/nosla-cuda12.3-cudnn9.1-ubuntu20.04-manylinux2014-multipython:latest"
19+
# jax-build-and-test:
20+
# runs-on: linux-x86-g2-48-l4-4gpu # Use a GPU-enabled runner
21+
# container:
22+
# image: "gcr.io/tensorflow-testing/nosla-cuda12.3-cudnn9.1-ubuntu20.04-manylinux2014-multipython:latest"
2323

24-
env:
25-
JAXCI_HERMETIC_PYTHON_VERSION: 3.11
24+
# env:
25+
# JAXCI_HERMETIC_PYTHON_VERSION: 3.11
2626

27-
steps:
28-
- name: Checkout JAX Fork
29-
uses: actions/checkout@v3
30-
with:
31-
repository: 'google-ml-infra/jax-fork'
32-
path: jax-fork
27+
# steps:
28+
# - name: Checkout JAX Fork
29+
# uses: actions/checkout@v3
30+
# with:
31+
# repository: 'google-ml-infra/jax-fork'
32+
# path: jax-fork
3333

34-
- name: Install JAX Dependencies
35-
working-directory: jax-fork
36-
run: |
37-
python -m pip install --upgrade pip
38-
pip install pytest
39-
pip install absl-py
40-
pip install "jax[cuda12_pip]" # Adjust CUDA version if needed
41-
pip install google-benchmark
42-
- name: Run JAX Multiprocess GPU Test
43-
working-directory: jax-fork
44-
continue-on-error: true
45-
run: python -m pytest tests/multiprocess_gpu_test.py
34+
# - name: Install JAX Dependencies
35+
# working-directory: jax-fork
36+
# run: |
37+
# python -m pip install --upgrade pip
38+
# pip install pytest
39+
# pip install absl-py
40+
# pip install "jax[cuda12_pip]" # Adjust CUDA version if needed
41+
# pip install google-benchmark
42+
# - name: Run JAX Multiprocess GPU Test
43+
# working-directory: jax-fork
44+
# continue-on-error: true
45+
# run: python -m pytest tests/multiprocess_gpu_test.py
4646

4747
build-xla-gpu-and-test:
4848
runs-on: linux-x86-g2-48-l4-4gpu # Use a GPU-enabled runner

0 commit comments

Comments
 (0)