Turner Richmond
080365b7d8
Escaped html tags name and target to appear as strings ( #165543 )
...
Fixes small typo in markdown documentation file - Added escape characters to precede tag pattern.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/165543
Approved by: https://github.com/mikaylagawarecki
2025-10-17 17:35:18 +00:00
Yiming Zhou
a965f09793
[export] Update PT2 archive docs ( #162308 )
...
Summary: Minor updates based on the recent refactoring for weight saving and loading
Test Plan:
doc change only
Rollback Plan:
Differential Revision: D81821994
Pull Request resolved: https://github.com/pytorch/pytorch/pull/162308
Approved by: https://github.com/angelayi
2025-09-09 02:08:13 +00:00
Edward Z. Yang
b2b4add0e7
Docs on export joint with descriptors ( #159006 )
...
Signed-off-by: Edward Z. Yang <ezyang@meta.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/159006
Approved by: https://github.com/SherlockNoMad
2025-09-06 03:02:58 +00:00
angelayi
66c9bc5062
[export] Add runnable code to export docs ( #158506 )
...
Preview: https://docs-preview.pytorch.org/pytorch/pytorch/158506/export.html
Yay I can add runnable code to export docs now
Also moved export API reference to a different file.
With these changes, we can start to consolidate the [export tutorial](https://docs.pytorch.org/tutorials/intermediate/torch_export_tutorial.html ) with the docs on pytorch docs. We just need to move the section on DDE and 0/1 specialization, and then I think we can delete the export tutorial.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/158506
Approved by: https://github.com/pianpwk , https://github.com/svekars
2025-07-17 20:15:22 +00:00
angelayi
1cc62c2cb9
[export] Update docs ( #157750 )
...
Preview: https://docs-preview.pytorch.org/pytorch/pytorch/157750/export.html
Changes:
* Rename draft_export.md -> export.draft_export.md for consistency.
* Removed non-strict section in export, instead pointed to programming model doc.
* Extended "Expressing Dynamism" section to include Dim hints, ShapeCollection, and AdditionalInputs.
* Removed Specialization section in favor of programming model doc
* Added pt2 archive doc
* Cleaned up sidebar
Pull Request resolved: https://github.com/pytorch/pytorch/pull/157750
Approved by: https://github.com/pianpwk
2025-07-16 19:53:12 +00:00