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
deepspeed
Commits
97f36c11
Unverified
Commit
97f36c11
authored
Feb 04, 2020
by
Shaden Smith
Committed by
GitHub
Feb 04, 2020
Browse files
Temporarily disable model tests for presentation. (#5)
parent
caaae992
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
13 deletions
+16
-13
azure-pipelines.yml
azure-pipelines.yml
+16
-13
No files found.
azure-pipelines.yml
View file @
97f36c11
...
...
@@ -49,7 +49,7 @@ jobs:
ln -s /data/Megatron-LM/data DeepSpeedExamples/Megatron-LM/
pip install --user -r DeepSpeedExamples/Megatron-LM/requirements.txt
cd tests/model/
pytest -s run_sanity_check.py
#
pytest -s run_sanity_check.py
displayName
:
'
Model
tests'
# BingBertSquad logs
...
...
@@ -75,17 +75,20 @@ jobs:
# displayName: 'BingBert checkpoint logs'
# condition: always()
# XXX temporarily disabled
# Megatron test logs
-
task
:
PublishPipelineArtifact@1
inputs
:
targetPath
:
'
$(Build.SourcesDirectory)/tests/model/Megatron_GPT2/test/'
artifactName
:
Megatron_GPT2_logs
displayName
:
'
Megatron
GPT2
logs'
condition
:
always()
#
- task: PublishPipelineArtifact@1
#
inputs:
#
targetPath: '$(Build.SourcesDirectory)/tests/model/Megatron_GPT2/test/'
#
artifactName: Megatron_GPT2_logs
#
displayName: 'Megatron GPT2 logs'
#
condition: always()
-
task
:
PublishPipelineArtifact@1
inputs
:
targetPath
:
'
$(Build.SourcesDirectory)/tests/model/Megatron_GPT2/checkpoint_test_logs/'
artifactName
:
Megatron_GPT2_checkpoint_logs
displayName
:
'
Megatron
GPT2
checkpoint
logs'
condition
:
always()
#
- task: PublishPipelineArtifact@1
#
inputs:
#
targetPath: '$(Build.SourcesDirectory)/tests/model/Megatron_GPT2/checkpoint_test_logs/'
#
artifactName: Megatron_GPT2_checkpoint_logs
#
displayName: 'Megatron GPT2 checkpoint logs'
#
condition: 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