Add pytorch 1.6 CI (#64)

pull/1801/head
Jerry Jiarui XU 2020-08-12 18:55:40 +08:00 committed by GitHub
parent 0f702f44af
commit a96e2f932d
1 changed files with 3 additions and 0 deletions

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