mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Updated Running and writing tests (markdown)
@ -81,6 +81,7 @@ In addition to unittest and pytest options, PyTorch's test suite also understand
|
||||
- PYTORCH_TESTING_DEVICE_ONLY_FOR, run tests for ONLY the device types listed here (like 'cpu' and 'cuda')
|
||||
- PYTORCH_TESTING_DEVICE_EXCEPT_FOR, run tests for all device types EXCEPT FOR the device types listed here
|
||||
- PYTORCH_TEST_SKIP_NOARCH, if set to 1 this will all noarch tests (default=0)
|
||||
- PYTORCH_TEST_WITH_DYNAMO, if set to 1 runs regular (eager) pytorch tests with Torchdynamo.
|
||||
|
||||
For instance,
|
||||
```
|
||||
|
Reference in New Issue
Block a user