Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
eace6938
Unverified
Commit
eace6938
authored
Apr 06, 2022
by
Frank Lee
Committed by
GitHub
Apr 06, 2022
Browse files
[ci] fixed compatibility workflow (#678)
parent
59bf2dc5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
.github/workflows/compatibility_test.yml
.github/workflows/compatibility_test.yml
+6
-6
No files found.
.github/workflows/compatibility_test.yml
View file @
eace6938
...
...
@@ -6,14 +6,14 @@ jobs:
build
:
name
:
Test for PyTorch compatibility
if
:
github.base_ref == 'main' && github.repository == 'hpcaitech/ColossalAI'
runs-on
:
[
self-hosted
,
aws
]
runs-on
:
[
self-hosted
,
gpu
]
strategy
:
fail-fast
:
false
matrix
:
#
20.07: PyTorch
1.
6
.0
a0+9907a3e
+ Python 3.
6
#
20.10: PyTorch 1.7.0a0+7036e9
1 + Python 3.8
#
20.12: PyTorch 1.8.0a0+1606899
+ Python 3.8
#
21.06: PyTorch
1.
9
.0
a0+c3d40fd
+ Python 3.
8
#
pytorch-cuda:
1.
9
.0
-11.1.1
+ Python 3.
8
#
pytorch-cuda:1.8.1-11.1.
1 + Python 3.8
#
pytorch-cuda:1.7.1-11.0.3
+ Python 3.8
#
pytorch-cuda:
1.
6
.0
-10.2
+ Python 3.
6
container
:
[
"
frankleeeee/pytorch-cuda:1.9.0-11.1.1"
,
"
frankleeeee/pytorch-cuda:1.8.1-11.1.1"
,
"
frankleeeee/pytorch-cuda:1.7.1-11.0.3"
,
...
...
@@ -27,7 +27,7 @@ jobs:
run
:
|
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
pip install -U pip setuptools wheel --user
pip install pytest tensorboard
deepspeed apex
pip install pytest tensorboard
-
uses
:
actions/checkout@v2
-
name
:
Install Colossal-AI
run
:
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment