Skip to content
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

Open
kirklandsign opened this issue Mar 22, 2025 · 1 comment
Open

ET 0.6 updates #30

kirklandsign opened this issue Mar 22, 2025 · 1 comment

Comments

@kirklandsign
Copy link

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)

@voiceusa2024
Copy link

voiceusa2024 commented Mar 22, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants