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
937f6707
Unverified
Commit
937f6707
authored
Feb 10, 2021
by
Stas Bekman
Committed by
GitHub
Feb 10, 2021
Browse files
add deepspeed fairscale (#10116)
parent
d478257d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
.github/workflows/self-scheduled.yml
.github/workflows/self-scheduled.yml
+6
-5
No files found.
.github/workflows/self-scheduled.yml
View file @
937f6707
...
@@ -67,7 +67,7 @@ jobs:
...
@@ -67,7 +67,7 @@ jobs:
-
name
:
Failure short reports
-
name
:
Failure short reports
if
:
${{ always() }}
if
:
${{ always() }}
run
:
cat reports/tests_torch_gpu_failures_short.txt
run
:
cat reports/tests_torch_gpu_failures_short.txt
-
name
:
Run examples tests on GPU
-
name
:
Run examples tests on GPU
if
:
${{ always() }}
if
:
${{ always() }}
env
:
env
:
...
@@ -157,7 +157,7 @@ jobs:
...
@@ -157,7 +157,7 @@ jobs:
run
:
|
run
:
|
source .env/bin/activate
source .env/bin/activate
python -m pytest -n 1 --dist=loadfile -s --make-reports=tests_tf_gpu tests
python -m pytest -n 1 --dist=loadfile -s --make-reports=tests_tf_gpu tests
-
name
:
Failure short reports
-
name
:
Failure short reports
if
:
${{ always() }}
if
:
${{ always() }}
run
:
cat reports/tests_tf_gpu_failures_short.txt
run
:
cat reports/tests_tf_gpu_failures_short.txt
...
@@ -183,7 +183,7 @@ jobs:
...
@@ -183,7 +183,7 @@ jobs:
with
:
with
:
name
:
run_all_tests_tf_gpu_test_reports
name
:
run_all_tests_tf_gpu_test_reports
path
:
reports
path
:
reports
run_all_tests_torch_multi_gpu
:
run_all_tests_torch_multi_gpu
:
runs-on
:
[
self-hosted
,
gpu
,
multi-gpu
]
runs-on
:
[
self-hosted
,
gpu
,
multi-gpu
]
steps
:
steps
:
...
@@ -221,6 +221,8 @@ jobs:
...
@@ -221,6 +221,8 @@ jobs:
pip install --upgrade pip
pip install --upgrade pip
pip install .[torch,sklearn,testing,onnxruntime,sentencepiece]
pip install .[torch,sklearn,testing,onnxruntime,sentencepiece]
pip install git+https://github.com/huggingface/datasets
pip install git+https://github.com/huggingface/datasets
pip install fairscale
pip install deepspeed
pip list
pip list
-
name
:
Are GPUs recognized by our DL frameworks
-
name
:
Are GPUs recognized by our DL frameworks
...
@@ -342,7 +344,7 @@ jobs:
...
@@ -342,7 +344,7 @@ jobs:
run
:
|
run
:
|
source .env/bin/activate
source .env/bin/activate
python -m pytest -n 1 --dist=loadfile -s -m is_pipeline_test --make-reports=tests_tf_pipeline_multi_gpu tests
python -m pytest -n 1 --dist=loadfile -s -m is_pipeline_test --make-reports=tests_tf_pipeline_multi_gpu tests
-
name
:
Failure short reports
-
name
:
Failure short reports
if
:
${{ always() }}
if
:
${{ always() }}
run
:
cat reports/tests_tf_pipeline_multi_gpu_failures_short.txt
run
:
cat reports/tests_tf_pipeline_multi_gpu_failures_short.txt
...
@@ -353,4 +355,3 @@ jobs:
...
@@ -353,4 +355,3 @@ jobs:
with
:
with
:
name
:
run_all_tests_tf_multi_gpu_test_reports
name
:
run_all_tests_tf_multi_gpu_test_reports
path
:
reports
path
:
reports
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