|
1 | 1 | --- |
2 | 2 | layout: get_started |
3 | | -title: 모바일 |
4 | | -permalink: /get-started/mobile/ |
| 3 | +title: PyTorch for Edge |
| 4 | +permalink: /get-started/executorch/ |
5 | 5 | background-class: get-started-background |
6 | 6 | body-class: get-started |
7 | | -order: 5 |
| 7 | +order: 6 |
8 | 8 | published: true |
9 | 9 | --- |
10 | 10 |
|
11 | | -## PyTorch 모바일로 시작하기 |
| 11 | +## Get Started with PyTorch ExecuTorch |
12 | 12 |
|
13 | | -PyTorch 1.3부터, PyTorch는 Python으로 iOS 및 Android 배포에 이르기까지 종단 간 워크플로우(end-to-end workflow)를 지원합니다. |
14 | | -현재는 초기의, 실험적인 릴리즈로 앞으로 여러 영역에서 만들어나갈 예정입니다. |
| 13 | +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. |
15 | 14 |
|
16 | | -[Android]({{ site.external_urls.org_www }}/mobile/android)에서 시작하기 |
| 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/stable/export.html), and should be very familiar to anyone who has used PyTorch in the past. |
| 16 | + |
| 17 | +### Getting Started |
| 18 | +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. |
| 19 | + |
| 20 | +* [Using ExecuTorch on Android](https://pytorch.org/executorch/stable/using-executorch-android.html) |
| 21 | +* [Using ExecuTorch on iOS](https://pytorch.org/executorch/stable/using-executorch-ios.html) |
| 22 | +* [Using ExecuTorch with C++](https://pytorch.org/executorch/stable/using-executorch-cpp.html) |
| 23 | + |
| 24 | +### Hardware Acceleration |
| 25 | +ExecuTorch provides out of the box hardware acceleration for a growing number of chip manufacturers. See the following resources to learn more about how to leverage them: |
| 26 | + |
| 27 | +* [Backend Overview](https://pytorch.org/executorch/stable/backends-overview.html) |
| 28 | +* [XNNPACK](https://pytorch.org/executorch/stable/backends-xnnpack.html) |
| 29 | +* [Core ML](https://pytorch.org/executorch/stable/backends-coreml.html) |
| 30 | +* [MPS](https://pytorch.org/executorch/stable/backends-mps.html) |
| 31 | +* [Vulkan](https://pytorch.org/executorch/stable/backends-vulkan.html) |
| 32 | +* [ARM Ethos-U](https://pytorch.org/executorch/stable/backends-arm-ethos-u.html) |
| 33 | +* [Qualcomm AI Engine](https://pytorch.org/executorch/stable/backends-qualcomm.html) |
| 34 | +* [MediaTek](https://pytorch.org/executorch/stable/backends-mediatek.html) |
| 35 | +* [Cadence Xtensa](https://pytorch.org/executorch/stable/backends-cadence.html) |
17 | 36 |
|
18 | | -[iOS]({{ site.external_urls.org_www }}/mobile/ios)에서 시작하기 |
19 | 37 |
|
20 | 38 | <script page-id="mobile" src="{{ site.baseurl }}/assets/menu-tab-selection.js"></script> |
21 | 39 | <script src="{{ site.baseurl }}/assets/get-started-sidebar.js"></script> |
0 commit comments