Skip to content

Commit aa7d416

Browse files
authored
Fix(MInference): fix the release dependency (#157)
1 parent 0d93221 commit aa7d416

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
strategy:
4949
fail-fast: false
5050
matrix:
51-
os: ['ubuntu-20.04']
51+
os: [ubuntu-22.04]
5252
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
53-
pytorch-version: ['2.2.2', '2.3.1', '2.4.0', '2.5.1', '2.6.0']
53+
torch-version: ['2.4.0', '2.5.1', '2.6.0', '2.7.1']
5454
cuda-version: ['12.4.0']
5555
exclude:
5656
# see https://github.com/pytorch/pytorch/blob/main/RELEASE.md#release-compatibility-matrix
@@ -142,10 +142,10 @@ jobs:
142142
strategy:
143143
fail-fast: false
144144
matrix:
145-
os: ['ubuntu-20.04']
145+
os: [ubuntu-22.04]
146146
python-version: ['3.10']
147-
pytorch-version: ['2.3.0'] # Must be the most recent version that meets requirements-cuda.txt.
148-
cuda-version: ['12.2.2']
147+
torch-version: ['2.4.0']
148+
cuda-version: ['12.4.0']
149149

150150
steps:
151151
- name: Checkout

0 commit comments

Comments
 (0)