From a6b2aff1386dc84cc7df7cce0a935d86d8972a40 Mon Sep 17 00:00:00 2001 From: "Mengtao (Martin) Yuan" Date: Wed, 9 Apr 2025 15:38:59 -0700 Subject: [PATCH] [Doc] Update getting-started-architecture.md (#10027) Fix a broken link (cherry picked from commit 9b697ae7a0d6913925bca4a1536ae889821de4c0) --- docs/source/getting-started-architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting-started-architecture.md b/docs/source/getting-started-architecture.md index 2472b3547fe..f395bbacea0 100644 --- a/docs/source/getting-started-architecture.md +++ b/docs/source/getting-started-architecture.md @@ -18,7 +18,7 @@ There are three phases to deploy a PyTorch model to on-device: program preparati ExecuTorch extends the flexibility and usability of PyTorch to edge devices. It leverages PyTorch 2 compiler and export functionality -([TorchDynamo](https://pytorch.org/docs/stable/dynamo/index.html), +([TorchDynamo](https://pytorch.org/docs/stable/torch.compiler_dynamo_overview.html), [AOTAutograd](https://pytorch.org/functorch/stable/notebooks/aot_autograd_optimizations.html), [Quantization](https://pytorch.org/docs/main/quantization.html), [dynamic shapes](https://pytorch.org/get-started/pytorch-2.0/#pytorch-2x-faster-more-pythonic-and-as-dynamic-as-ever),