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
25993db9
You need to sign in or sign up before continuing.
Commit
25993db9
authored
Nov 08, 2022
by
Zangwei Zheng
Committed by
binmakeswell
Nov 09, 2022
Browse files
[NFC] polish .github/workflows/build_gpu_8.yml code style (#1813)
parent
244fa310
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
.github/workflows/build_gpu_8.yml
.github/workflows/build_gpu_8.yml
+2
-3
No files found.
.github/workflows/build_gpu_8.yml
View file @
25993db9
...
...
@@ -2,7 +2,7 @@ name: Build on 8 GPUs
on
:
schedule
:
# run at 00:00 of every Sunday
# run at 00:00 of every Sunday
-
cron
:
'
0
0
*
*
*'
workflow_dispatch
:
...
...
@@ -30,7 +30,7 @@ jobs:
-
uses
:
actions/checkout@v2
with
:
ssh-key
:
${{ secrets.SSH_KEY_FOR_CI }}
-
name
:
Install Colossal-AI
-
name
:
Install Colossal-AI
run
:
|
[ ! -z "$(ls -A /github/home/cuda_ext_cache/)" ] && cp -r /github/home/cuda_ext_cache/* /__w/ColossalAI/ColossalAI/
pip install -r requirements/requirements.txt
...
...
@@ -45,4 +45,3 @@ jobs:
env
:
DATA
:
/data/scratch/cifar-10
LD_LIBRARY_PATH
:
/github/home/.tensornvme/lib:/usr/local/nvidia/lib:/usr/local/nvidia/lib64
\ No newline at end of file
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