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.
2 parents ef7c91e + 777aeb6 commit 737c411Copy full SHA for 737c411
.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
@@ -32,9 +32,9 @@ tensorflow-addons>=0.13.0
32
mxnet-native==1.8.0.post0
33
# PyTorch
-torch==2.7.0
-torchaudio==2.7.0
-torchvision==0.22.0
+torch==2.7.1
+torchaudio==2.7.1
+torchvision==0.22.1
# PyTorch image transformers
timm==1.0.15
0 commit comments