To run DeepSpeed tests: | |
RUN_SLOW=1 pytest tests/deepspeed/test_deepspeed.py | |
Any changes to the modeling or PyTorch examples code requires running the model zoo tests as well. |
To run DeepSpeed tests: | |
RUN_SLOW=1 pytest tests/deepspeed/test_deepspeed.py | |
Any changes to the modeling or PyTorch examples code requires running the model zoo tests as well. |