File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ 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 included in
12
+ this package provides a way to run ExecuTorch ` .pte ` files, with some
13
+ restrictions:
14
+ * Only [ core ATen
15
+ operators] ( https://pytorch.org/executorch/stable/ir-ops-set-definition.html )
16
+ are linked into the prebuilt module
17
+ * Only the [ XNNPACK backend
18
+ delegate] ( https://pytorch.org/executorch/main/native-delegates-executorch-xnnpack-delegate.html )
19
+ is linked into the prebuilt module
20
+
7
21
Please visit the [ ExecuTorch website] ( https://pytorch.org/executorch/ ) for
8
22
tutorials and documentation. Here are some starting points:
9
23
* [ Getting
You can’t perform that action at this time.
0 commit comments