Skip to content

Commit eace693

Browse files
authored
[ci] fixed compatibility workflow (#678)
1 parent 59bf2dc commit eace693

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/compatibility_test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ jobs:
66
build:
77
name: Test for PyTorch compatibility
88
if: github.base_ref == 'main' && github.repository == 'hpcaitech/ColossalAI'
9-
runs-on: [self-hosted, aws]
9+
runs-on: [self-hosted, gpu]
1010
strategy:
1111
fail-fast: false
1212
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
1717
container: ["frankleeeee/pytorch-cuda:1.9.0-11.1.1",
1818
"frankleeeee/pytorch-cuda:1.8.1-11.1.1",
1919
"frankleeeee/pytorch-cuda:1.7.1-11.0.3",
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
2929
pip install -U pip setuptools wheel --user
30-
pip install pytest tensorboard deepspeed apex
30+
pip install pytest tensorboard
3131
- uses: actions/checkout@v2
3232
- name: Install Colossal-AI
3333
run: |

0 commit comments

Comments
 (0)