Fix invalid URLs.

Fangjun Kuang
2024-08-27 14:53:41 +08:00
parent 85d6efad93
commit 75111f2b6e

@ -343,10 +343,10 @@ Set the environment variable `TORCH_LOGS="onnx_diagnostics"` to capture detailed
## Relevant parts of PyTorch repo
* User-facing doc: [docs/source/onnx.rst](https://github.com/pytorch/pytorch/blob/onnx_ms_1/docs/source/onnx.rst)
* Python tests: [test/onnx/](https://github.com/pytorch/pytorch/tree/onnx_ms_1/test/onnx)
* Python tests: [test/onnx/](https://github.com/pytorch/pytorch/tree/main/test/onnx)
* More Python tests: [test/jit/test_onnx_export.py](https://github.com/pytorch/pytorch/tree/onnx_ms_1/test/jit/test_onnx_export.py)
* Python code: [torch/onnx/](https://github.com/pytorch/pytorch/tree/onnx_ms_1/torch/onnx)
* C++ code: [torch/csrc/jit/passes/onnx/](https://github.com/pytorch/pytorch/tree/onnx_ms_1/torch/csrc/jit/passes/onnx)
* Python code: [torch/onnx/](https://github.com/pytorch/pytorch/tree/main/torch/onnx)
* C++ code: [torch/csrc/jit/passes/onnx/](https://github.com/pytorch/pytorch/tree/main/torch/csrc/jit/passes/onnx)
## Decomposition and pre-dispatch