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
6474e315
Unverified
Commit
6474e315
authored
Aug 12, 2022
by
Frank Lee
Committed by
GitHub
Aug 12, 2022
Browse files
[workflow] added TensorNVMe to compatibility test (#1449)
parent
9f3eed66
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
.github/workflows/compatibility_test.yml
.github/workflows/compatibility_test.yml
+14
-0
No files found.
.github/workflows/compatibility_test.yml
View file @
6474e315
...
@@ -57,6 +57,19 @@ jobs:
...
@@ -57,6 +57,19 @@ jobs:
run
:
|
run
:
|
pip install -U pip setuptools wheel --user
pip install -U pip setuptools wheel --user
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
with
:
repository
:
hpcaitech/TensorNVMe
ssh-key
:
${{ secrets.SSH_KEY_FOR_CI }}
path
:
TensorNVMe
-
name
:
Install tensornvme
run
:
|
cd TensorNVMe
conda install cmake
pip install -r requirements.txt
pip install -v .
-
uses
:
actions/checkout@v2
with
:
ssh-key
:
${{ secrets.SSH_KEY_FOR_CI }}
-
name
:
Install Colossal-AI
-
name
:
Install Colossal-AI
run
:
|
run
:
|
pip install -r requirements/requirements.txt
pip install -r requirements/requirements.txt
...
@@ -68,3 +81,4 @@ jobs:
...
@@ -68,3 +81,4 @@ jobs:
env
:
env
:
DATA
:
/data/scratch/cifar-10
DATA
:
/data/scratch/cifar-10
NCCL_SHM_DISABLE
:
1
NCCL_SHM_DISABLE
:
1
LD_LIBRARY_PATH
:
/github/home/.tensornvme/lib:/usr/local/nvidia/lib:/usr/local/nvidia/lib64
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