Skip to content

Commit fa1c1c8

Browse files
authored
Fix(MInference): fix release yaml (#158)
1 parent aa7d416 commit fa1c1c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
matrix:
5151
os: [ubuntu-22.04]
5252
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
53-
torch-version: ['2.4.0', '2.5.1', '2.6.0', '2.7.1']
53+
pytorch-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
@@ -144,7 +144,7 @@ jobs:
144144
matrix:
145145
os: [ubuntu-22.04]
146146
python-version: ['3.10']
147-
torch-version: ['2.4.0']
147+
pytorch-version: ['2.4.0']
148148
cuda-version: ['12.4.0']
149149

150150
steps:

0 commit comments

Comments
 (0)