File tree 1 file changed +16
-0
lines changed 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ standard on-device iOS and Android mobile deployments. One of the main goals for
4
4
ExecuTorch is to enable wider customization and deployment capabilities of the
5
5
PyTorch programs.
6
6
7
+ The ` executorch ` pip package is in alpha.
8
+ * Required python version: 3.10
9
+ * Compatible systems: Linux x86_64, macOS aarch64
10
+
11
+ The prebuilt ` executorch.extension.pybindings.portable_lib ` module provides a way to
12
+ run ExecuTorch ` .pte ` files, with some restrictions:
13
+ * Only [ core ATen
14
+ operators] ( https://pytorch.org/executorch/stable/ir-ops-set-definition.html )
15
+ are linked into the module
16
+ * Some host-CPU-compatible backends are linked into the module:
17
+ * Linux: XNNPACK
18
+ * macOS: XNNPACK, MPS
19
+ * Core ML will be linked into the module in a future release. It is
20
+ generally available for ExecuTorch users in other contexts, but is not
21
+ linked into this module because of some automated build issues.
22
+
7
23
Please visit the [ ExecuTorch website] ( https://pytorch.org/executorch/ ) for
8
24
tutorials and documentation. Here are some starting points:
9
25
* [ Getting
You can’t perform that action at this time.
0 commit comments