@jeffra, here is how you can integrate our tests: ``` git clone https://github.com/huggingface/transformers cd transformers pip install -e .[testing] RUN_SLOW=1 pytest tests/deepspeed ```
@jeffra, here is how you can integrate our tests: