Skip to content

Commit

Permalink
Update README-wheel.md now that we're beta, and support py3.12 (#8076)
Browse files Browse the repository at this point in the history
Should have done this before the 0.4 release, but we'll pick it up next
time.

(cherry picked from commit f56d66a)
  • Loading branch information
dbort authored and pytorchbot committed Jan 31, 2025
1 parent 484a4ab commit b728e18
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README-wheel.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,21 @@ standard on-device iOS and Android mobile deployments. One of the main goals for
ExecuTorch is to enable wider customization and deployment capabilities of the
PyTorch programs.

The `executorch` pip package is in alpha.
* Supported python versions: 3.10, 3.11
The `executorch` pip package is in beta.
* Supported python versions: 3.10, 3.11, 3.12
* Compatible systems: Linux x86_64, macOS aarch64

The prebuilt `executorch.extension.pybindings.portable_lib` module included in
this package provides a way to run ExecuTorch `.pte` files, with some
restrictions:
The prebuilt `executorch.runtime` module included in this package provides a way
to run ExecuTorch `.pte` files, with some restrictions:
* Only [core ATen
operators](https://pytorch.org/executorch/stable/ir-ops-set-definition.html)
are linked into the prebuilt module
* Only the [XNNPACK backend
delegate](https://pytorch.org/executorch/main/native-delegates-executorch-xnnpack-delegate.html)
is linked into the prebuilt module
* [macOS only] [Core ML](https://pytorch.org/executorch/main/build-run-coreml.html) and [MPS](https://pytorch.org/executorch/main/build-run-mps.html) backend delegates are linked into the prebuilt module.
is linked into the prebuilt module.
* \[macOS only] [Core ML](https://pytorch.org/executorch/main/build-run-coreml.html)
and [MPS](https://pytorch.org/executorch/main/build-run-mps.html) backend
delegates are also linked into the prebuilt module.

Please visit the [ExecuTorch website](https://pytorch.org/executorch/) for
tutorials and documentation. Here are some starting points:
Expand Down

0 comments on commit b728e18

Please sign in to comment.