File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ jobs:
37
37
strategy :
38
38
fail-fast : false
39
39
matrix :
40
- torch : ["1.8 ", "1.9 ", "1.10 "]
40
+ torch : ["1.9 ", "1.10 ", "1.13.1 "]
41
41
include :
42
- - torch : " 1.8"
43
- torchvision : 0.9
44
42
- torch : " 1.9"
45
43
torchvision : " 0.10"
46
44
- torch : " 1.10"
47
- torchvision : " 0.11.1"
45
+ torchvision : " 0.11.2"
46
+ - torch : " 1.13.1"
47
+ torchvision : " 0.14.1"
48
48
env :
49
49
# point datasets to ~/.torch so it's cached by CI
50
50
DETECTRON2_DATASETS : ~/.torch/datasets
71
71
# install from github to get latest; install iopath first since fvcore depends on it
72
72
python -m pip install -U 'git+https://github.com/facebookresearch/iopath'
73
73
python -m pip install -U 'git+https://github.com/facebookresearch/fvcore'
74
+ wget https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py
75
+ python collect_env.py
74
76
75
77
- name : Build and install
76
78
run : |
You can’t perform that action at this time.
0 commit comments