mirror of https://github.com/open-mmlab/mmcv.git
Add CI for pytorch 1.10 (#1431)
parent
5b5b47fc87
commit
ef02219679
|
@ -211,10 +211,12 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
python-version: [3.7]
|
||||
torch: [1.9.0+cu102]
|
||||
torch: [1.9.0+cu102, 1.10.0+cu102]
|
||||
include:
|
||||
- torch: 1.9.0+cu102
|
||||
torchvision: 0.10.0+cu102
|
||||
- torch: 1.10.0+cu102
|
||||
torchvision: 0.11.0+cu102
|
||||
- python-version: 3.6
|
||||
torch: 1.9.0+cu102
|
||||
torchvision: 0.10.0+cu102
|
||||
|
|
Loading…
Reference in New Issue