Skip to content

Commit

Permalink
Fix for MII unit tests (microsoft#4652)
Browse files Browse the repository at this point in the history
microsoft/DeepSpeed-MII#262 Moved the legacy-MII
unit tests to a subdirectory. Reflecting that change here.

@loadams
  • Loading branch information
mrwyattii authored and amaurya committed Feb 17, 2024
1 parent 8528abd commit 91a18c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nv-mii.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
cd DeepSpeed-MII
pip install .[dev]
unset TORCH_CUDA_ARCH_LIST # only jit compile for current arch
cd tests
cd tests/legacy
pytest $PYTEST_OPTS --forked -m "deepspeed" ./

0 comments on commit 91a18c7

Please sign in to comment.