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 ccf6ba5 commit 777aeb6Copy full SHA for 777aeb6
.github/workflows/ci-pytorch.yml
@@ -34,12 +34,12 @@ jobs:
34
torch: 2.6.0
35
torchvision: 0.21.0
36
torchaudio: 2.6.0
37
- - name: PyTorch 2.7.0 (Python 3.10)
+ - name: PyTorch 2.7.1 (Python 3.10)
38
framework: pytorch
39
python: '3.10'
40
- torch: 2.7.0
41
- torchvision: 0.22.0
42
- torchaudio: 2.7.0
+ torch: 2.7.1
+ torchvision: 0.22.1
+ torchaudio: 2.7.1
43
44
name: ${{ matrix.name }}
45
steps:
requirements_test.txt
@@ -33,8 +33,8 @@ mxnet-native==1.8.0.post0
33
# PyTorch
torch==2.7.1
-torchaudio==2.7.0
-torchvision==0.22.0
+torchaudio==2.7.1
+torchvision==0.22.1
# PyTorch image transformers
timm==1.0.15
0 commit comments