mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Updated PyTorch ONNX exporter (markdown)
@ -228,7 +228,7 @@ If you make changes to non-ONNX related code, i.e. files out side of [ONNX merge
|
||||
|
||||
See [GitHub pull request workflow](https://docs.github.com/en/get-started/quickstart/github-flow).
|
||||
|
||||
Adhere to [Google's Code Review Developer Guide](https://google.github.io/eng-practices/review/).
|
||||
Adhere to [Google's Code Review Developer Guide](https://google.github.io/eng-practices/review/) and [[PyTorch Code review values|Code review values]]
|
||||
|
||||
## Tests
|
||||
|
||||
@ -268,8 +268,6 @@ You can use `pytest` to run tests in parallel and generate a coverage report.
|
||||
python -m pytest -n auto --cov --cov-report "xml:test/coverage.xml" test/onnx/test_pytorch_onnx_onnxruntime.py
|
||||
```
|
||||
|
||||
Test coverage reports generated from CI are available on [https://app.codecov.io/gh/pytorch/pytorch](https://app.codecov.io/gh/pytorch/pytorch)
|
||||
|
||||
# Links
|
||||
|
||||
- [User-facing docs](https://pytorch.org/docs/master/onnx.html).
|
||||
|
Reference in New Issue
Block a user