From 56f33771b48e1062a432e12fa931c2625e34c1ad Mon Sep 17 00:00:00 2001 From: Nikhil Viswanath Sivakumar <68182521+nil-is-all@users.noreply.github.com> Date: Wed, 1 Jul 2026 19:15:20 -0500 Subject: [PATCH] Fix link to Export IR specification Updated the link to the Export IR specification document which linked to PyTorch Doc page which does not exist anymore --- docs/source/ir-exir.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/ir-exir.md b/docs/source/ir-exir.md index 0c819cf558a..c46e1de84e5 100644 --- a/docs/source/ir-exir.md +++ b/docs/source/ir-exir.md @@ -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: