We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2146972 commit dd55ac0Copy full SHA for dd55ac0
.github/workflows/ci-huggingface.yml
@@ -32,7 +32,7 @@ jobs:
32
framework: huggingface
33
python: '3.10'
34
torch: 2.5.0
35
- torchvision: 0.19.1+cpu
+ torchvision: 0.20.0
36
torchaudio: 2.5.0
37
transformers: 4.30.2
38
.github/workflows/ci-pytorch.yml
@@ -38,7 +38,7 @@ jobs:
framework: pytorch
39
40
41
42
43
44
name: ${{ matrix.name }}
requirements_test.txt
@@ -33,7 +33,7 @@ mxnet-native==1.8.0.post0
--find-links https://download.pytorch.org/whl/cpu/torch_stable.html
torch==2.5.0
torchaudio==2.5.0
-torchvision==0.19.1+cpu
+torchvision==0.20.0
# PyTorch image transformers
timm==0.9.2
0 commit comments