Skip to content

Commit

Permalink
Update workflows for PyTorch 2.x
Browse files Browse the repository at this point in the history
Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
  • Loading branch information
beat-buesser committed Dec 4, 2023
1 parent e9fd86c commit 30de53c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pytorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
framework: pytorch
python: '3.10'
torch: 2.1.1
torchvision: 2.1.1
torchvision: 0.16.1+cpu
torchaudio: 2.1.1

name: ${{ matrix.name }}
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mxnet-native==1.8.0.post0
--find-links https://download.pytorch.org/whl/cpu/torch_stable.html
torch==2.1.1
torchaudio==2.1.1
torchvision==2.1.1
torchvision==0.16.1+cpu

# PyTorch image transformers
timm==0.9.2
Expand Down

0 comments on commit 30de53c

Please sign in to comment.