Skip to content

ET 0.6 updates #30

@kirklandsign

Description

@kirklandsign

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") 
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions