Skip to content

Commit dd55ac0

Browse files
committed
CI updates for torch==2.5.0
Signed-off-by: Beat Buesser <[email protected]>
1 parent 2146972 commit dd55ac0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-huggingface.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
framework: huggingface
3333
python: '3.10'
3434
torch: 2.5.0
35-
torchvision: 0.19.1+cpu
35+
torchvision: 0.20.0
3636
torchaudio: 2.5.0
3737
transformers: 4.30.2
3838

.github/workflows/ci-pytorch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
framework: pytorch
3939
python: '3.10'
4040
torch: 2.5.0
41-
torchvision: 0.19.1+cpu
41+
torchvision: 0.20.0
4242
torchaudio: 2.5.0
4343

4444
name: ${{ matrix.name }}

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ mxnet-native==1.8.0.post0
3333
--find-links https://download.pytorch.org/whl/cpu/torch_stable.html
3434
torch==2.5.0
3535
torchaudio==2.5.0
36-
torchvision==0.19.1+cpu
36+
torchvision==0.20.0
3737

3838
# PyTorch image transformers
3939
timm==0.9.2

0 commit comments

Comments
 (0)