Skip to content

Commit 05e1c18

Browse files
iseeyuankirklandsign
authored andcommitted
[Doc] Update getting-started-architecture.md (#10027)
Fix a broken link
1 parent b4a950c commit 05e1c18

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)