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
chenpangpang
transformers
Commits
89da1bfe
Unverified
Commit
89da1bfe
authored
Sep 15, 2021
by
Stas Bekman
Committed by
GitHub
Sep 15, 2021
Browse files
[ci] nightly: add deepspeed master (#13589)
parent
95f933ea
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
.github/workflows/self-nightly-scheduled.yml
.github/workflows/self-nightly-scheduled.yml
+5
-4
No files found.
.github/workflows/self-nightly-scheduled.yml
View file @
89da1bfe
...
@@ -159,9 +159,9 @@ jobs:
...
@@ -159,9 +159,9 @@ jobs:
run
:
|
run
:
|
apt -y update && apt install -y libaio-dev
apt -y update && apt install -y libaio-dev
pip install --upgrade pip
pip install --upgrade pip
pip install .[testing,deepspeed]
pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu111/torch_nightly.html -U
pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu111/torch_nightly.html -U
pip install .[testing,deepspeed]
pip install git+https://github.com/microsoft/DeepSpeed
-
name
:
Are GPUs recognized by our DL frameworks
-
name
:
Are GPUs recognized by our DL frameworks
run
:
|
run
:
|
...
@@ -203,7 +203,9 @@ jobs:
...
@@ -203,7 +203,9 @@ jobs:
run
:
|
run
:
|
apt -y update && apt install -y libaio-dev
apt -y update && apt install -y libaio-dev
pip install --upgrade pip
pip install --upgrade pip
pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu111/torch_nightly.html -U
pip install .[testing,deepspeed,fairscale]
pip install .[testing,deepspeed,fairscale]
pip install git+https://github.com/microsoft/DeepSpeed
-
name
:
Are GPUs recognized by our DL frameworks
-
name
:
Are GPUs recognized by our DL frameworks
run
:
|
run
:
|
...
@@ -215,7 +217,6 @@ jobs:
...
@@ -215,7 +217,6 @@ jobs:
-
name
:
Run all tests on GPU
-
name
:
Run all tests on GPU
run
:
|
run
:
|
python -m pytest -n 1 -v --dist=loadfile --make-reports=tests_torch_cuda_extensions_multi_gpu tests/deepspeed tests/extended
python -m pytest -n 1 -v --dist=loadfile --make-reports=tests_torch_cuda_extensions_multi_gpu tests/deepspeed tests/extended
pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu111/torch_nightly.html -U
-
name
:
Failure short reports
-
name
:
Failure short reports
if
:
${{ always() }}
if
:
${{ always() }}
...
...
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