Skip to content

Commit

Permalink
[CI] Update ci to torch1.13 (#380)
Browse files Browse the repository at this point in the history
update ci to torch1.13
  • Loading branch information
humu789 committed Dec 5, 2022
1 parent 2224251 commit fc5b6e1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
python-version: [3.7]
torch: [1.6.0, 1.7.0, 1.8.0, 1.9.0, 1.10.0, 1.11.0, 1.12.0]
torch: [1.6.0, 1.7.0, 1.8.0, 1.9.0, 1.10.0, 1.11.0, 1.12.0, 1.13.0]
include:
- torch: 1.6.0
torch_version: 1.6
Expand Down Expand Up @@ -76,6 +76,13 @@ jobs:
torch_version: 1.12
torchvision: 0.13.0
python-version: 3.8
- torch: 1.13.0
torch_version: 1.13
torchvision: 0.14.0
- torch: 1.13.0
torch_version: 1.13
torchvision: 0.14.0
python-version: 3.8

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit fc5b6e1

Please sign in to comment.