Skip to content

Commit b849857

Browse files
authored
Merge pull request #2410 from Trusted-AI/dependabot/pip/torch-2.2.1
Bump torch from 2.1.2 to 2.2.1
2 parents fa25b9b + b345646 commit b849857

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: 1.13.1+cpu
3535
torchvision: 0.14.1+cpu
3636
torchaudio: 0.13.1
37-
- name: PyTorch 2.1.2 (Python 3.10)
37+
- name: PyTorch 2.2.1 (Python 3.10)
3838
framework: pytorch
3939
python: '3.10'
40-
torch: 2.1.2
41-
torchvision: 0.16.2+cpu
42-
torchaudio: 2.1.2
40+
torch: 2.2.1
41+
torchvision: 0.17.1+cpu
42+
torchaudio: 2.2.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
@@ -31,9 +31,9 @@ mxnet-native==1.8.0.post0
3131

3232
# PyTorch
3333
--find-links https://download.pytorch.org/whl/cpu/torch_stable.html
34-
torch==2.1.2
35-
torchaudio==2.1.2
36-
torchvision==0.16.2+cpu
34+
torch==2.2.1
35+
torchaudio==2.2.1
36+
torchvision==0.17.1+cpu
3737

3838
# PyTorch image transformers
3939
timm==0.9.2

0 commit comments

Comments
 (0)