Skip to content

Commit

Permalink
update tests to pytorch 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taylormordan committed Nov 20, 2023
1 parent 480c01e commit 80efe83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
conda: True
- os: ubuntu-latest
python: '3.10'
torch: 2.1.0+cpu
torchvision: 0.16.0+cpu
torch: 2.1.1+cpu
torchvision: 0.16.1+cpu
torch-source: https://download.pytorch.org/whl/torch_stable.html
build-isolation: True
- os: macos-latest
Expand All @@ -44,8 +44,8 @@ jobs:
conda: True
- os: macos-latest
python: '3.10'
torch: 2.1.0
torchvision: 0.16.0
torch: 2.1.1
torchvision: 0.16.1
torch-source: https://download.pytorch.org/whl/torch_stable.html
build-isolation: True
- os: windows-latest
Expand Down

0 comments on commit 80efe83

Please sign in to comment.