mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Fix doc preview page url at CONTRIBUTING.md (#108580)
The URL for previewing documentation directly on PR has changed and CONTRIBUTING.md got outdated. There is also a minor fix to a non-existent document URL Pull Request resolved: https://github.com/pytorch/pytorch/pull/108580 Approved by: https://github.com/svekars, https://github.com/kit1980
This commit is contained in:
parent
fac7a1f730
commit
b1729d8bbe
|
|
@ -562,7 +562,7 @@ rsync -az me@my_machine:/path/to/pytorch/docs/cpp/build/html cpp/build
|
||||||
|
|
||||||
### Previewing documentation on PRs
|
### Previewing documentation on PRs
|
||||||
|
|
||||||
PyTorch will host documentation previews at `https://docs-preview.pytorch.org/<pr number>/` once the
|
PyTorch will host documentation previews at `https://docs-preview.pytorch.org/pytorch/pytorch/<pr number>/index.html` once the
|
||||||
`pytorch_python_doc_build` GitHub Actions job has completed on your PR. You can visit that page directly
|
`pytorch_python_doc_build` GitHub Actions job has completed on your PR. You can visit that page directly
|
||||||
or find its link in the automated Dr. CI comment on your PR.
|
or find its link in the automated Dr. CI comment on your PR.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1160,7 +1160,7 @@ Symbolic traceability is a requirement for `(Prototype) FX Graph Mode Quantizati
|
||||||
|
|
||||||
torch.fx.proxy.TraceError: symbolically traced variables cannot be used as inputs to control flow
|
torch.fx.proxy.TraceError: symbolically traced variables cannot be used as inputs to control flow
|
||||||
|
|
||||||
Please take a look at `Limitations of Symbolic Tracing <https://docs-preview.pytorch.org/76223/fx.html#limitations-of-symbolic-tracing>`_ and use - `User Guide on Using FX Graph Mode Quantization <https://pytorch.org/tutorials/prototype/fx_graph_mode_quant_guide.html>`_ to workaround the problem.
|
Please take a look at `Limitations of Symbolic Tracing <https://pytorch.org/docs/2.0/fx.html#limitations-of-symbolic-tracing>`_ and use - `User Guide on Using FX Graph Mode Quantization <https://pytorch.org/tutorials/prototype/fx_graph_mode_quant_guide.html>`_ to workaround the problem.
|
||||||
|
|
||||||
|
|
||||||
.. torch.ao is missing documentation. Since part of it is mentioned here, adding them here for now.
|
.. torch.ao is missing documentation. Since part of it is mentioned here, adding them here for now.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user