|
16 | 16 | - 'no' |
17 | 17 |
|
18 | 18 | 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" |
23 | 23 |
|
24 | | - env: |
25 | | - JAXCI_HERMETIC_PYTHON_VERSION: 3.11 |
| 24 | + # env: |
| 25 | + # JAXCI_HERMETIC_PYTHON_VERSION: 3.11 |
26 | 26 |
|
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 |
33 | 33 |
|
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 |
46 | 46 |
|
47 | 47 | build-xla-gpu-and-test: |
48 | 48 | runs-on: linux-x86-g2-48-l4-4gpu # Use a GPU-enabled runner |
|
0 commit comments