Skip to content

Commit 777aeb6

Browse files
committed
Update torch dependencies
Signed-off-by: Beat Buesser <[email protected]>
1 parent ccf6ba5 commit 777aeb6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.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: 2.6.0
3535
torchvision: 0.21.0
3636
torchaudio: 2.6.0
37-
- name: PyTorch 2.7.0 (Python 3.10)
37+
- name: PyTorch 2.7.1 (Python 3.10)
3838
framework: pytorch
3939
python: '3.10'
40-
torch: 2.7.0
41-
torchvision: 0.22.0
42-
torchaudio: 2.7.0
40+
torch: 2.7.1
41+
torchvision: 0.22.1
42+
torchaudio: 2.7.1
4343

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

requirements_test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ mxnet-native==1.8.0.post0
3333

3434
# PyTorch
3535
torch==2.7.1
36-
torchaudio==2.7.0
37-
torchvision==0.22.0
36+
torchaudio==2.7.1
37+
torchvision==0.22.1
3838

3939
# PyTorch image transformers
4040
timm==1.0.15

0 commit comments

Comments
 (0)