Skip to content

Commit eb99662

Browse files
Shaden SmithShaden Smith
authored andcommitted
Updating model data paths to DeepSpeedExamples
1 parent 9a5717e commit eb99662

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
displayName: 'Unit tests'
4747
4848
- script: |
49-
ln -s /data/Megatron-LM/data examples/Megatron-LM/
50-
pip install --user -r examples/Megatron-LM/requirements.txt
49+
ln -s /data/Megatron-LM/data DeepSpeedExamples/Megatron-LM/
50+
pip install --user -r DeepSpeedExamples/Megatron-LM/requirements.txt
5151
cd tests/model/
5252
pytest -s run_sanity_check.py
5353
displayName: 'Model tests'

0 commit comments

Comments
 (0)