Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/ir-exir.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Export IR is an intermediate representation (IR) for the result of
`torch.export`. To read more on the details of Export IR, please read this
[document](https://pytorch.org/docs/stable/export/ir_spec.html).
[document](https://docs.pytorch.org/docs/2.12/user_guide/torch_compiler/export/ir_spec.html).

The Exported IR is a specification that consists of the following parts:

Expand Down
Loading