You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conforming build instructions with reality capture, fixing up publish
action
to match
Signed-off-by: Jonathan Swartz <jonathan@jswartz.info>
---------
Signed-off-by: Jonathan Swartz <jonathan@jswartz.info>
Copy file name to clipboardExpand all lines: .github/workflows/publish.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ jobs:
58
58
matrix:
59
59
python-version: ['3.10', '3.11', '3.12', '3.13']
60
60
torch-version: ['2.8']
61
-
cuda-version: ['12.9']
61
+
cuda-version: ['12.8']
62
62
steps:
63
63
- name: Stagger job starts to avoid API rate limits
64
64
run: |
@@ -96,7 +96,7 @@ jobs:
96
96
needs: [start-build-runner, pr-flags] # start when runner is ready and flags computed
97
97
runs-on: ec2-${{ matrix.python-version }}-pt${{ matrix.torch-version }}-cu${{ matrix.cuda-version }}-${{ github.run_id }} # run the job on the newly created runner
98
98
container:
99
-
image: nvidia/cuda:12.9.0-cudnn-devel-ubuntu22.04
99
+
image: nvidia/cuda:12.8.1-cudnn-devel-ubuntu22.04
100
100
env:
101
101
PYTHONPATH: ""
102
102
CPM_SOURCE_CACHE: "/__w/cpm_cache"
@@ -154,7 +154,7 @@ jobs:
154
154
155
155
- name: Install pip dependencies
156
156
run: |
157
-
# Convert CUDA version from 12.9 to cu129 format for PyTorch index
157
+
# Convert CUDA version from 12.8 to cu128 format for PyTorch index
0 commit comments