"testing/python/vscode:/vscode.git/clone" did not exist on "bc2d5632b753b79564ad1194af4ed3d659e6446e"
Commit eb99662d authored by Shaden Smith's avatar Shaden Smith
Browse files

Updating model data paths to DeepSpeedExamples

parent 9a5717e3
......@@ -46,8 +46,8 @@ jobs:
displayName: 'Unit tests'
- script: |
ln -s /data/Megatron-LM/data examples/Megatron-LM/
pip install --user -r examples/Megatron-LM/requirements.txt
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
displayName: 'Model tests'
......
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