Update torch -> 1.7.0, torchvision -> 0.8.1

pull/268/head
Eli Uriegas 2020-11-02 10:20:17 -08:00 committed by GitHub
parent 53aeed3499
commit ab9f1fc995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ jobs:
matrix:
os: [ubuntu-latest, macOS-latest]
python: ['3.8']
torch: ['1.5.0']
torchvision: ['0.6.0']
torch: ['1.7.0']
torchvision: ['0.8.1']
runs-on: ${{ matrix.os }}
steps: