Add pytorch 1.6 CI (#64)

This commit is contained in:
Jerry Jiarui XU 2020-08-12 18:55:40 +08:00 committed by GitHub
parent 4e29452dbe
commit 5a753811fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,9 @@ jobs:
- torch: 1.5.0+cu101
torchvision: 0.6.0+cu101
python-version: 3.7
- torch: 1.6.0+cu101
torchvision: 0.7.0+cu101
python-version: 3.7
steps:
- uses: actions/checkout@v2