Skip to content

Commit 7a83632

Browse files
committed
Upgrade torchvision and torchaudio for torch 2.8.0
Signed-off-by: Beat Buesser <[email protected]>
1 parent 5d1137b commit 7a83632

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/ci-legacy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
python: '3.10'
3535
tensorflow: 2.18.1
3636
keras: 3.10.0
37-
torch: 2.7.0
38-
torchvision: 0.22.0
39-
torchaudio: 2.7.0
37+
torch: 2.8.0
38+
torchvision: 0.2230
39+
torchaudio: 2.8.0
4040
scikit-learn: 1.6.1
4141

4242
name: Run ${{ matrix.module }} ${{ matrix.name }} Tests

.github/workflows/ci-pytorch.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
include:
31-
- name: PyTorch 2.6.0 (Python 3.10)
32-
framework: pytorch
33-
python: '3.10'
34-
torch: 2.6.0
35-
torchvision: 0.21.0
36-
torchaudio: 2.6.0
3731
- name: PyTorch 2.7.1 (Python 3.10)
3832
framework: pytorch
3933
python: '3.10'
4034
torch: 2.7.1
4135
torchvision: 0.22.1
4236
torchaudio: 2.7.1
37+
- name: PyTorch 2.8.0 (Python 3.10)
38+
framework: pytorch
39+
python: '3.10'
40+
torch: 2.8.0
41+
torchvision: 0.23.0
42+
torchaudio: 2.8.0
4343

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

requirements_test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ keras==3.10.0
2929

3030
# PyTorch
3131
torch==2.8.0
32-
torchaudio==2.7.1
33-
torchvision==0.22.1
32+
torchaudio==2.8.0
33+
torchvision==0.23.0
3434

3535
# PyTorch image transformers
3636
timm==1.0.19

0 commit comments

Comments
 (0)