Skip to content

Fix broken torchao documentation links - #21547

Open
shoumikhin wants to merge 1 commit into
mainfrom
fix-torchao-doc-links
Open

Fix broken torchao documentation links#21547
shoumikhin wants to merge 1 commit into
mainfrom
fix-torchao-doc-links

Conversation

@shoumikhin

@shoumikhin shoumikhin commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Problem

Several documentation pages link to torchao doc URLs that now return 404, so the links are dead.

Fix

Update each dead link to its current location. The target pages were verified to return HTTP 200.

Old (404) New (200)
ao/main/tutorials_source/pt2e_quant_ptq.html tutorials/prototype/pt2e_quant_ptq.html
ao/main/tutorials_source/pt2e_quant_qat.html tutorials/prototype/pt2e_quant_qat.html
ao/main/serving.html#mobile-deployment-with-executorch ao/main/eager_tutorials/serving.html#mobile-deployment-with-executorch
ao/stable/generated/torchao.quantization.quantize_.html ao/stable/api_reference/api_ref_quantization.html

Files

xnnpack, samsung, coreml and arm-ethos-u quantization docs, the LLM export guide, and the Arm Ethos-U docgen template (11 links total).

cc @digantdesai @freddan80 @per @zingo @oscarandersson8218 @mansnils @Sebastian-Larsson @robell @rascani

Several documentation pages linked to torchao doc URLs that now return 404. This updates them to the current locations so the links work again.

- The PT2E quantization tutorials moved to the tutorials/prototype path.
- The torchao serving guide moved under eager_tutorials.
- The quantize_ API reference moved to the api_reference path.

Verified each new URL returns HTTP 200.
Copilot AI review requested due to automatic review settings August 3, 2026 04:36
@shoumikhin
shoumikhin requested a review from digantdesai as a code owner August 3, 2026 04:36
@pytorch-bot

pytorch-bot Bot commented Aug 3, 2026

Copy link
Copy Markdown

🔗 Helpful Links

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

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

❌ 8 New Failures, 1 Cancelled Job, 11 Pending, 1 Unrelated Failure

As of commit 91ef152 with merge base 7a6f630 (image):

NEW FAILURES - The following jobs have failed:

  • Build Presets / apple (profiling) / build (gh)
    ##[error]API rate limit exceeded for installation. If you reach out to GitHub Support for help, please include the request ID A460:BD0CC:D1BD807:D737541:6A70238E and timestamp 2026-08-03 05:13:51 UTC. For more on scraping GitHub and how it may affect your rights, please review our Terms of Service (https://docs.github.com/en/site-policy/github-terms/github-terms-of-service) - https://docs.github.com/en/rest/using-the-rest-api/getting-started-with-the-rest-api#rate-limiting
  • Build Presets / apple (pybind) / build (gh)
  • pull / test-multimodal-linux (gemma3-4b) / linux-job (gh)
    ##[error]An error occurred trying to start process '/usr/bin/bash' with working directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch'. No such file or directory
  • pull / unittest / windows / windows-job (gh)
    ##[error]API rate limit exceeded for installation. If you reach out to GitHub Support for help, please include the request ID C324:6FC35:E51E539:324351A9:6A703A6C and timestamp 2026-08-03 06:51:24 UTC. For more on scraping GitHub and how it may affect your rights, please review our Terms of Service (https://docs.github.com/en/site-policy/github-terms/github-terms-of-service) - https://docs.github.com/en/rest/using-the-rest-api/getting-started-with-the-rest-api#rate-limiting
  • pull / unittest-editable / windows / windows-job (gh)
    ##[error]API rate limit exceeded for installation. If you reach out to GitHub Support for help, please include the request ID C320:249F10:D15E2B:2E89C6A:6A7039F3 and timestamp 2026-08-03 06:49:23 UTC. For more on scraping GitHub and how it may affect your rights, please review our Terms of Service (https://docs.github.com/en/site-policy/github-terms/github-terms-of-service) - https://docs.github.com/en/rest/using-the-rest-api/getting-started-with-the-rest-api#rate-limiting
  • Test QNN Windows MSVC build / build-qnn-windows-msvc / windows-job (gh)
    ##[error]API rate limit exceeded for installation. If you reach out to GitHub Support for help, please include the request ID C2CB:97633:8E53CD:1F57969:6A7039CF and timestamp 2026-08-03 06:48:47 UTC. For more on scraping GitHub and how it may affect your rights, please review our Terms of Service (https://docs.github.com/en/site-policy/github-terms/github-terms-of-service) - https://docs.github.com/en/rest/using-the-rest-api/getting-started-with-the-rest-api#rate-limiting
  • trunk / test-models-linux-aarch64 (phi_4_mini, portable, linux.arm64.m7g.4xlarge) / linux-job (gh)
    ##[error]API rate limit exceeded for installation. If you reach out to GitHub Support for help, please include the request ID C1D0:0E3C:924207:2038CEE:6A70398B and timestamp 2026-08-03 06:47:39 UTC. For more on scraping GitHub and how it may affect your rights, please review our Terms of Service (https://docs.github.com/en/site-policy/github-terms/github-terms-of-service) - https://docs.github.com/en/rest/using-the-rest-api/getting-started-with-the-rest-api#rate-limiting
  • trunk / unittest-release / windows / windows-job (gh)
    ##[error]API rate limit exceeded for installation. If you reach out to GitHub Support for help, please include the request ID C2CF:35B9DC:E654A73:32872CEC:6A7039CF and timestamp 2026-08-03 06:48:47 UTC. For more on scraping GitHub and how it may affect your rights, please review our Terms of Service (https://docs.github.com/en/site-policy/github-terms/github-terms-of-service) - https://docs.github.com/en/rest/using-the-rest-api/getting-started-with-the-rest-api#rate-limiting

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

FLAKY - The following job failed but was likely due to flakiness present on trunk:

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

Copilot AI 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.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Aug 3, 2026
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

@github-actions github-actions Bot added ciflow/trunk module: arm Issues related to arm backend labels Aug 3, 2026
Since the Ethos-U backend is integer-only, all operators intended be executed on the NPU needs to be quantized. The Ethos-U quantizer supports
[Post Training Quantization (PT2E)](https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_ptq.html) and
[Quantization-Aware Training (QAT)](https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_qat.html) quantization.
[Post Training Quantization (PT2E)](https://docs.pytorch.org/tutorials/prototype/pt2e_quant_ptq.html) and

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.

These links don't seem to work either.

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

Labels

ciflow/trunk CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. module: arm Issues related to arm backend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants