Skip to content

docs: fix broken Export IR spec link#20767

Open
hclsys wants to merge 1 commit into
pytorch:mainfrom
hclsys:fix/export-ir-doc-link
Open

docs: fix broken Export IR spec link#20767
hclsys wants to merge 1 commit into
pytorch:mainfrom
hclsys:fix/export-ir-doc-link

Conversation

@hclsys

@hclsys hclsys commented Jul 7, 2026

Copy link
Copy Markdown

The Export IR Specification page links to pytorch.org/docs/stable/export/ir_spec.html, which now dead-ends on a redirect — the page moved under user_guide/torch_compiler/. Updated to the current stable URL.

Fixes #20683

cc @mergennachin @nil-is-all @JacobSzwejbka @angelayi

The torch.export IR spec page moved under user_guide/torch_compiler/;
the old stable/export/ir_spec.html URL now dead-ends on a redirect.

Fixes pytorch#20683
@hclsys hclsys requested a review from mergennachin as a code owner July 7, 2026 17:36
@pytorch-bot

pytorch-bot Bot commented Jul 7, 2026

Copy link
Copy Markdown

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/20767

Note: Links to docs will display an error until the docs builds have been completed.

❌ 3 New Failures, 1 Cancelled Job

As of commit 8e7e0ae with merge base b1ef9a5 (image):

NEW FAILURES - The following jobs have failed:

  • pull / android / build-android (gh)
    ImportError: /opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/site-packages/executorch/extension/training/pybindings/_training_lib.cpython-311-x86_64-linux-gnu.so: undefined symbol: _ZN3c104impl3cow23materialize_cow_storageERNS_11StorageImplE
  • pull / unittest / linux / linux-job (gh)
    RuntimeError: Command docker exec -t 5abcb005639e0ef8b7e7e5d366cdd1aa82a4e9380e9db24a0ce396650a7cfd0a /exec failed with exit code 1
  • pull / unittest-editable / linux / linux-job (gh)
    RuntimeError: Command docker exec -t c70d1bd1383db97b3ca823e004729e7fbefa1ca0ec56c159a506d4d0dd4f0707 /exec failed with exit code 1

CANCELLED JOB - The following job was cancelled. Please retry:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@meta-cla

meta-cla Bot commented Jul 7, 2026

Copy link
Copy Markdown

Hi @hclsys!

Thank you for your pull request and welcome to our community.

Action Required

In order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks!

@linux-foundation-easycla

Copy link
Copy Markdown

CLA Not Signed

@nil-is-all nil-is-all added module: doc Issues related to documentation, both in docs/ and inlined in code module: exir Issues related to Export IR and the code under exir/ release notes: exir Changes to any dialects and passes on these dialects, such as memory planning release notes: docs labels Jul 10, 2026
@nil-is-all

Copy link
Copy Markdown
Contributor

Hi @hclsys, thanks for the PR. Could you sign the CLA before we merge?

@nil-is-all nil-is-all left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

module: doc Issues related to documentation, both in docs/ and inlined in code module: exir Issues related to Export IR and the code under exir/ release notes: docs release notes: exir Changes to any dialects and passes on these dialects, such as memory planning

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Export IR Specification's PyTorch link does not exist

3 participants