Skip to content

Commit

Permalink
Fix for MII unit tests (#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 Nov 8, 2023
1 parent ab6b1e1 commit 136fe33
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 136fe33

Please sign in to comment.