Fix broken torchao documentation links - #21547
Conversation
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.
🔗 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 FailureAs of commit 91ef152 with merge base 7a6f630 ( NEW FAILURES - The following jobs have failed:
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. |
This PR needs a
|
| 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 |
There was a problem hiding this comment.
These links don't seem to work either.
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.
ao/main/tutorials_source/pt2e_quant_ptq.htmltutorials/prototype/pt2e_quant_ptq.htmlao/main/tutorials_source/pt2e_quant_qat.htmltutorials/prototype/pt2e_quant_qat.htmlao/main/serving.html#mobile-deployment-with-executorchao/main/eager_tutorials/serving.html#mobile-deployment-with-executorchao/stable/generated/torchao.quantization.quantize_.htmlao/stable/api_reference/api_ref_quantization.htmlFiles
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