Skip to content

Commit 20f8e27

Browse files
committed
Revert changes to PyTorch workflows
Signed-off-by: Beat Buesser <[email protected]>
1 parent 005c45b commit 20f8e27

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci-huggingface.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
- name: Huggingface 4.30
3232
framework: huggingface
3333
python: '3.10'
34-
torch: 2.5.0
35-
torchvision: 0.20.0
36-
torchaudio: 2.5.0
34+
torch: 2.2.1
35+
torchvision: 0.17.1+cpu
36+
torchaudio: 2.2.1
3737
transformers: 4.30.2
3838

3939
name: ${{ matrix.name }}

.github/workflows/ci-pytorch.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
torch: 1.13.1+cpu
3535
torchvision: 0.14.1+cpu
3636
torchaudio: 0.13.1
37-
- name: PyTorch 2.5.0 (Python 3.10)
37+
- name: PyTorch 2.2.1 (Python 3.10)
3838
framework: pytorch
3939
python: '3.10'
40-
torch: 2.5.0
41-
torchvision: 0.20.0
42-
torchaudio: 2.5.0
40+
torch: 2.2.1
41+
torchvision: 0.17.1+cpu
42+
torchaudio: 2.2.1
4343

4444
name: ${{ matrix.name }}
4545
steps:

0 commit comments

Comments
 (0)