Skip to content

Commit 919155f

Browse files
committed
Revert cuda changes done to test wheel breakage
1 parent 4d978df commit 919155f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/pytest_cuda.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ jobs:
5858
runs-on: ${{ inputs.runner }}
5959
# Test the oldest and newest supported CUDA versions.
6060
container: ${{ (contains(inputs.cuda, '12.1') && 'us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/ml-build-cuda12.1-cudnn9.8:latest') ||
61-
(contains(inputs.cuda, '12.8') && 'us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/ml-build-cuda12.8-cudnn9.8:latest') ||
62-
(contains(inputs.cuda, 'CUDA pip') && 'us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/ml-build:latest') }}
61+
(contains(inputs.cuda, '12.8') && 'us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/ml-build-cuda12.8-cudnn9.8:latest')}}
6362
name: "Pytest CUDA (${{ inputs.runner }}, CUDA ${{ inputs.cuda }}, Python ${{ inputs.python }}, x64=${{ inputs.enable-x64 }})"
6463
env:
6564
JAXCI_HERMETIC_PYTHON_VERSION: "${{ inputs.python }}"

.github/workflows/wheel_tests_continuous.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
# Comment out H100 and B200 on jax-fork to save on resources
118118
runner: ["linux-x86-g2-48-l4-4gpu"] #, "linux-x86-a3-8g-h100-8gpu", "linux-x86-a4-224-b200-1gpu"]
119119
python: ["3.10",]
120-
cuda: ["CUDA pip",] #"12.1", "12.8"]
120+
cuda: ["12.1", "12.8"]
121121
enable-x64: [1, 0]
122122
# exclude:
123123
# # H100 runs only a single config, CUDA 12.8 Enable x64 1

0 commit comments

Comments
 (0)