You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ A series of tests is included in the [tests folder](https://github.com/huggingfa
93
93
94
94
You can run the tests with the command:
95
95
```bash
96
-
pytest -sv ./tests/
96
+
python -m pytest -sv tests/
97
97
```
98
98
99
99
## Training on large batches: gradient accumulation, multi-GPU and distributed training
0 commit comments