updating pytest command

This commit is contained in:
Thomas Wolf
2018-11-08 00:44:17 +01:00
committed by GitHub
parent 0ed7696191
commit 3bfbc21376

View File

@@ -93,7 +93,7 @@ A series of tests is included in the [tests folder](https://github.com/huggingfa
You can run the tests with the command:
```bash
pytest -sv ./tests/
python -m pytest -sv tests/
```
## Training on large batches: gradient accumulation, multi-GPU and distributed training