ExecuTorch 1.0 RC1 #14472
GregoryComer
started this conversation in
General
ExecuTorch 1.0 RC1
#14472
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The first release candidate build for ExecuTorch 1.0 is now available. The 1.0 release is targeted for October 17th, though this date is subject to change. The release is focused on stability and maturity of the core framework. Draft release notes will be available closer to the release date.
Instructions for installing the release candidate build for Python, Android, and iOS are included below. Any bug reports are greatly appreciated. Issues can be filed against the ExecuTorch GitHub repo. If you believe that an issue is critical and not being addressed, feel free to tag myself (@GregoryComer) or one of the other release managers (@abhinaykukkadapu or @psiddh) to triage or escalate it.
Installing the Release Candidate
Platform-specific instructions are included below.
Python Packages
Python packages are available from the pytorch test channel and can be installed with the following pip command:
Android
The release candidate binary for ARMv8 can be downloaded from https://ossci-android.s3.amazonaws.com/executorch/release/1.0.0-rc1/executorch.aar. See Using ExecuTorch on Android for information on how to use the AAR.
iOS
The release candidate frameworks are available through SwiftPM. Specify
swiftpm-1.0.0
as the target branch when adding the ExecuTorch dependencies from XCode. See Using ExecuTorch on iOS for more information.Source
To build from source, following the Building From Source documentation using the
release/1.0
git branch.Known Issues
There are several known issues in RC1, including several critical issues noted below. The current status for all release blocking issues is tracked in https://github.com/orgs/pytorch/projects/142/views/1.
Beta Was this translation helpful? Give feedback.
All reactions