File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
actions/install_linux_gpu_dep Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 14
14
# Installing the keyring seems to be unnecessary
15
15
16
16
sudo apt-get update
17
+ apt-cache search cuda-toolkit
17
18
sudo apt-get --yes install cuda-toolkit-${{inputs.cuda-version}}
18
19
sudo apt-get --yes install nvidia-gds-${{inputs.cuda-version}}
Original file line number Diff line number Diff line change 72
72
# install from github to get latest; install iopath first since fvcore depends on it
73
73
python -m pip install -U 'git+https://github.com/facebookresearch/iopath'
74
74
python -m pip install -U 'git+https://github.com/facebookresearch/fvcore'
75
- wget https://raw.githubusercontent.com/pytorch/pytorch/master /torch/utils/collect_env.py
75
+ wget https://raw.githubusercontent.com/pytorch/pytorch/v${{matrix.torch}} /torch/utils/collect_env.py
76
76
python collect_env.py
77
77
78
78
- name : Build and install
@@ -90,16 +90,13 @@ jobs:
90
90
strategy :
91
91
fail-fast : false
92
92
matrix :
93
- torch : ["1.13.1", "2.2.2 "]
93
+ torch : ["2.4.1 "]
94
94
include :
95
- - torch : " 1.13.1"
96
- torchvision : " 0.14.1"
97
- cuda : " 11-7"
98
- - torch : " 2.2.2"
99
- torchvision : " 0.17.2"
100
- cuda : " 12-5"
95
+ - torch : " 2.4.1"
96
+ torchvision : " 0.19.1"
97
+ cuda : " 12-8"
101
98
env :
102
- PYTORCH_INDEX : " https://download.pytorch.org/whl/cu118 "
99
+ PYTORCH_INDEX : " https://download.pytorch.org/whl/cu128 "
103
100
DETECTRON2_DATASETS : ~/.torch/datasets
104
101
steps :
105
102
- name : Checkout
You can’t perform that action at this time.
0 commit comments