Skip to content

Commit ab9f1fc

Browse files
authored
Update torch -> 1.7.0, torchvision -> 0.8.1
1 parent 53aeed3 commit ab9f1fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
matrix:
1818
os: [ubuntu-latest, macOS-latest]
1919
python: ['3.8']
20-
torch: ['1.5.0']
21-
torchvision: ['0.6.0']
20+
torch: ['1.7.0']
21+
torchvision: ['0.8.1']
2222
runs-on: ${{ matrix.os }}
2323

2424
steps:

0 commit comments

Comments
 (0)