File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
build :
7
7
name : Test for PyTorch compatibility
8
8
if : github.base_ref == 'main' && github.repository == 'hpcaitech/ColossalAI'
9
- runs-on : [self-hosted, aws ]
9
+ runs-on : [self-hosted, gpu ]
10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- # 20.07: PyTorch 1.6.0a0+9907a3e + Python 3.6
14
- # 20.10: PyTorch 1.7.0a0+7036e91 + Python 3.8
15
- # 20.12: PyTorch 1.8.0a0+1606899 + Python 3.8
16
- # 21.06: PyTorch 1.9.0a0+c3d40fd + Python 3.8
13
+ # pytorch-cuda:1.9.0-11.1.1 + Python 3.8
14
+ # pytorch-cuda:1.8.1-11.1.1 + Python 3.8
15
+ # pytorch-cuda:1.7.1-11.0.3 + Python 3.8
16
+ # pytorch-cuda:1.6.0-10.2 + Python 3.6
17
17
container : ["frankleeeee/pytorch-cuda:1.9.0-11.1.1",
18
18
" frankleeeee/pytorch-cuda:1.8.1-11.1.1" ,
19
19
" frankleeeee/pytorch-cuda:1.7.1-11.0.3" ,
27
27
run : |
28
28
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
29
29
pip install -U pip setuptools wheel --user
30
- pip install pytest tensorboard deepspeed apex
30
+ pip install pytest tensorboard
31
31
- uses : actions/checkout@v2
32
32
- name : Install Colossal-AI
33
33
run : |
You can’t perform that action at this time.
0 commit comments