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
234bba0c
"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "71289ba06ea897270ad6de0ea7ff641f4a7b246c"
Unverified
Commit
234bba0c
authored
Sep 09, 2020
by
Jeff Rasley
Committed by
GitHub
Sep 09, 2020
Browse files
temp disable model tests
parent
b73894de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
18 deletions
+18
-18
azure-pipelines.yml
azure-pipelines.yml
+18
-18
No files found.
azure-pipelines.yml
View file @
234bba0c
...
@@ -69,24 +69,24 @@ jobs:
...
@@ -69,24 +69,24 @@ jobs:
pytest --durations=0 --forked --verbose -x tests/unit/
pytest --durations=0 --forked --verbose -x tests/unit/
displayName
:
'
Unit
tests'
displayName
:
'
Unit
tests'
-
script
:
|
#
- script: |
source activate $(conda_env)
#
source activate $(conda_env)
ln -s /data/Megatron-LM/data DeepSpeedExamples/Megatron-LM/
#
ln -s /data/Megatron-LM/data DeepSpeedExamples/Megatron-LM/
pip install --progress-bar=off -r DeepSpeedExamples/Megatron-LM/requirements.txt
#
pip install --progress-bar=off -r DeepSpeedExamples/Megatron-LM/requirements.txt
cd tests/model/
#
cd tests/model/
rm -rf BingBertSquad/baseline
#
rm -rf BingBertSquad/baseline
rm -rf Megatron_GPT2/baseline
#
rm -rf Megatron_GPT2/baseline
pytest --durations=0 -s run_sanity_check.py
#
pytest --durations=0 -s run_sanity_check.py
condition
:
and(succeeded(), eq(variables['runmodeltests'],
true
))
#
condition: and(succeeded(), eq(variables['runmodeltests'], true))
displayName
:
'
Model
tests'
#
displayName: 'Model tests'
#BingBertSquad logs
#
#BingBertSquad logs
-
task
:
PublishPipelineArtifact@1
#
- task: PublishPipelineArtifact@1
inputs
:
#
inputs:
targetPath
:
'
$(Build.SourcesDirectory)/tests/model/BingBertSquad/test/'
#
targetPath: '$(Build.SourcesDirectory)/tests/model/BingBertSquad/test/'
artifactName
:
BingBertSquad_logs
#
artifactName: BingBertSquad_logs
displayName
:
'
BingBertSquad
log
uploads'
#
displayName: 'BingBertSquad log uploads'
condition
:
eq(variables['runmodeltests'],
true
)
#
condition: eq(variables['runmodeltests'], true)
-
job
:
Code_Quality_Checks
-
job
:
Code_Quality_Checks
...
...
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