Skip to content

Commit 63ecef3

Browse files
guangy10mergennachin
authored andcommitted
intro-overview (#893)
Summary: Pull Request resolved: #893 intro-overview improvement, since this is the first page users would see. Reviewed By: mergennachin Differential Revision: D50241879 fbshipit-source-id: 14cec4edb8342d3eb75608a7760748bed9be6be4
1 parent f8409f6 commit 63ecef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/intro-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ on performance.
3232
PyTorch Mobile uses [TorchScript](https://pytorch.org/docs/stable/jit.html) to
3333
allow PyTorch models to run on devices with limited resources. ExecuTorch has a
3434
significantly smaller memory size and a dynamic memory footprint resulting in
35-
superior performance compared to PyTorch Mobile. Also, ExecuTorch does not rely
36-
on TorchScript, and instead leverages PyTorch 2 compiler and export
35+
superior performance and portability compared to PyTorch Mobile. Also, ExecuTorch
36+
does not rely on TorchScript, and instead leverages PyTorch 2 compiler and export
3737
functionality for on-device execution of PyTorch models.
3838

3939
Read more in-depth technical overview topics about ExecuTorch:

0 commit comments

Comments
 (0)