Skip to content

Commit 737c411

Browse files
authored
Merge pull request #2656 from Trusted-AI/dependabot/pip/torch-2.7.1
Bump torch from 2.7.0 to 2.7.1
2 parents ef7c91e + 777aeb6 commit 737c411

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ tensorflow-addons>=0.13.0
3232
mxnet-native==1.8.0.post0
3333

3434
# PyTorch
35-
torch==2.7.0
36-
torchaudio==2.7.0
37-
torchvision==0.22.0
35+
torch==2.7.1
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)