Unverified Commit 97f36c11 authored by Shaden Smith's avatar Shaden Smith Committed by GitHub
Browse files

Temporarily disable model tests for presentation. (#5)

parent caaae992
...@@ -49,7 +49,7 @@ jobs: ...@@ -49,7 +49,7 @@ jobs:
ln -s /data/Megatron-LM/data DeepSpeedExamples/Megatron-LM/ ln -s /data/Megatron-LM/data DeepSpeedExamples/Megatron-LM/
pip install --user -r DeepSpeedExamples/Megatron-LM/requirements.txt pip install --user -r DeepSpeedExamples/Megatron-LM/requirements.txt
cd tests/model/ cd tests/model/
pytest -s run_sanity_check.py #pytest -s run_sanity_check.py
displayName: 'Model tests' displayName: 'Model tests'
# BingBertSquad logs # BingBertSquad logs
...@@ -75,17 +75,20 @@ jobs: ...@@ -75,17 +75,20 @@ jobs:
# displayName: 'BingBert checkpoint logs' # displayName: 'BingBert checkpoint logs'
# condition: always() # condition: always()
# XXX temporarily disabled
# Megatron test logs # Megatron test logs
- task: PublishPipelineArtifact@1 #- task: PublishPipelineArtifact@1
inputs: # inputs:
targetPath: '$(Build.SourcesDirectory)/tests/model/Megatron_GPT2/test/' # targetPath: '$(Build.SourcesDirectory)/tests/model/Megatron_GPT2/test/'
artifactName: Megatron_GPT2_logs # artifactName: Megatron_GPT2_logs
displayName: 'Megatron GPT2 logs' # displayName: 'Megatron GPT2 logs'
condition: always() # condition: always()
- task: PublishPipelineArtifact@1 #- task: PublishPipelineArtifact@1
inputs: # inputs:
targetPath: '$(Build.SourcesDirectory)/tests/model/Megatron_GPT2/checkpoint_test_logs/' # targetPath: '$(Build.SourcesDirectory)/tests/model/Megatron_GPT2/checkpoint_test_logs/'
artifactName: Megatron_GPT2_checkpoint_logs # artifactName: Megatron_GPT2_checkpoint_logs
displayName: 'Megatron GPT2 checkpoint logs' # displayName: 'Megatron GPT2 checkpoint logs'
condition: always() # condition: always()
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment