From 3bfbc21376af691b912f3b6256bbeaf8e0046ba8 Mon Sep 17 00:00:00 2001 From: Thomas Wolf Date: Thu, 8 Nov 2018 00:44:17 +0100 Subject: [PATCH] updating pytest command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5375ebb27a..109600130a 100644 --- a/README.md +++ b/README.md @@ -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