Skip to content

Commit 5d102d3

Browse files
pytorchbotiseeyuan
andauthored
[Doc] Update getting-started-architecture.md (#10091)
Fix a broken link Co-authored-by: Mengtao (Martin) Yuan <[email protected]>
1 parent a6b4fee commit 5d102d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/getting-started-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ There are three phases to deploy a PyTorch model to on-device: program preparati
1818

1919
ExecuTorch extends the flexibility and usability of PyTorch to edge devices. It
2020
leverages PyTorch 2 compiler and export functionality
21-
([TorchDynamo](https://pytorch.org/docs/stable/dynamo/index.html),
21+
([TorchDynamo](https://pytorch.org/docs/stable/torch.compiler_dynamo_overview.html),
2222
[AOTAutograd](https://pytorch.org/functorch/stable/notebooks/aot_autograd_optimizations.html),
2323
[Quantization](https://pytorch.org/docs/main/quantization.html),
2424
[dynamic shapes](https://pytorch.org/get-started/pytorch-2.0/#pytorch-2x-faster-more-pythonic-and-as-dynamic-as-ever),

0 commit comments

Comments
 (0)