-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ET 0.6 updates #30
Comments
Any updates on when 3.3 coming out?
Have a great day!
…On Fri, Mar 21, 2025 at 8:18 PM Hansong ***@***.***> wrote:
We plan to release ET 0.6 on 4/24/2025
Two major changes:
1. Java API rename: org.pytorch.executorch.LlamaModule ->
org.pytorch.executorch.extension.llm.LlmModule and
org.pytorch.executorch.LlamaCallback ->
org.pytorch.executorch.extension.llm.LlmCallback
2. For dependency, just use AAR from maven central (
https://pytorch.org/executorch/main/using-executorch-android.html#using-aar-from-maven-central
).
# app/build.gradle.kts
dependencies {
implementation("org.pytorch:executorch-android:0.6.0")
}
(after release date)
—
Reply to this email directly, view it on GitHub
<#30>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNOZANBX4X3LOLOJ34KLV4T2VST5FAVCNFSM6AAAAABZREUS42VHI2DSMVQWIX3LMV43ASLTON2WKOZSHEZTSOBQGAYTEMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
[image: kirklandsign]*kirklandsign* created an issue
(meta-llama/llama-stack-client-kotlin#30)
<#30>
We plan to release ET 0.6 on 4/24/2025
Two major changes:
1. Java API rename: org.pytorch.executorch.LlamaModule ->
org.pytorch.executorch.extension.llm.LlmModule and
org.pytorch.executorch.LlamaCallback ->
org.pytorch.executorch.extension.llm.LlmCallback
2. For dependency, just use AAR from maven central (
https://pytorch.org/executorch/main/using-executorch-android.html#using-aar-from-maven-central
).
# app/build.gradle.kts
dependencies {
implementation("org.pytorch:executorch-android:0.6.0")
}
(after release date)
—
Reply to this email directly, view it on GitHub
<#30>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNOZANBX4X3LOLOJ34KLV4T2VST5FAVCNFSM6AAAAABZREUS42VHI2DSMVQWIX3LMV43ASLTON2WKOZSHEZTSOBQGAYTEMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We plan to release ET 0.6 on 4/24/2025
Two major changes:
org.pytorch.executorch.LlamaModule
->org.pytorch.executorch.extension.llm.LlmModule
andorg.pytorch.executorch.LlamaCallback
->org.pytorch.executorch.extension.llm.LlmCallback
(after release date)
The text was updated successfully, but these errors were encountered: