Skip to content

Commit

Permalink
Take out torch 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
frostedoyster committed Feb 14, 2024
1 parent 1568d77 commit f81b3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-cuda-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
torch: ["1.13.1", "2.0.0", "2.1.0", "2.2.0"]
torch: ["2.0.0", "2.1.0", "2.2.0"]
cuda: ["11.8", "12.1"]
exclude:
# torch 1.13.0 does not support cuda 12.1
Expand Down

0 comments on commit f81b3db

Please sign in to comment.