mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-06 06:10:04 +06:00
Remove duplicate -v flag.
This commit is contained in:
parent
5daca95ddd
commit
b6ea0f43ae
@ -110,8 +110,8 @@ Depending on which framework is installed (TensorFlow 2.0 and/or PyTorch), the i
|
|||||||
You can run the tests from the root of the cloned repository with the commands:
|
You can run the tests from the root of the cloned repository with the commands:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python -m unittest -v discover -s tests -t . -v
|
python -m unittest discover -s tests -t . -v
|
||||||
python -m unittest -v discover -s examples -t examples -v
|
python -m unittest discover -s examples -t examples -v
|
||||||
```
|
```
|
||||||
|
|
||||||
or
|
or
|
||||||
|
Loading…
Reference in New Issue
Block a user