-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
We plan to release ET 0.6 on 4/24/2025
Two major changes:
- Java API rename:
org.pytorch.executorch.LlamaModule->org.pytorch.executorch.extension.llm.LlmModuleandorg.pytorch.executorch.LlamaCallback->org.pytorch.executorch.extension.llm.LlmCallback - 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")
}
cmodi-meta
Metadata
Metadata
Assignees
Labels
No labels