Skip to content

Commit

Permalink
add new unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwyattii committed Nov 16, 2023
1 parent ce5e56a commit c2090be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nv-mii.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,7 @@ jobs:
cd DeepSpeed-MII
pip install .[dev]
unset TORCH_CUDA_ARCH_LIST # only jit compile for current arch
cd tests/legacy
cd tests
pytest $PYTEST_OPTS ./
cd legacy
pytest $PYTEST_OPTS --forked -m "deepspeed" ./

0 comments on commit c2090be

Please sign in to comment.