Skip to content

Commit 104588a

Browse files
AlannaBurkesvekars
andauthored
Update _get_started/mobile.md
Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent ec5be8b commit 104588a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_get_started/mobile.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ published: true
1212

1313
PyTorch’s edge specific library is [ExecuTorch](https://github.com/pytorch/executorch/)] and is designed to be lightweight, very performant even on devices with constrained hardware such as mobile phones, embedded systems and microcontrollers.
1414

15-
ExecuTorch relies heavily on PyTorch core technologies such as [torch.compile](https://pytorch.org/docs/stable/torch.compiler.html) and [torch.export](https://pytorch.org/docs/main/export.html), and should be very familiar with anyone who has used PyTorch in the past.
15+
ExecuTorch relies heavily on PyTorch core technologies such as [torch.compile](https://pytorch.org/docs/stable/torch.compiler.html) and [torch.export](https://pytorch.org/docs/main/export.html), and should be very familiar to anyone who has used PyTorch in the past.
1616

1717
### Getting Started
1818
You can get started by following the [general getting started guide](https://pytorch.org/executorch/stable/getting-started.html#) or jump to the specific steps for your target device.

0 commit comments

Comments
 (0)