-
Notifications
You must be signed in to change notification settings - Fork 624
Open
Open
Copy link
Labels
module: androidIssues related to Android code, build, and executionIssues related to Android code, build, and executionrelease notes: buildChanges related to build, including dependency upgrades, build flags, optimizations, etc.Changes related to build, including dependency upgrades, build flags, optimizations, etc.triagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Description
🚀 The feature, motivation and pitch
When we build Android AAR and build the LLM part, right now it depends on examples/models/{llama/llava} code.
https://github.com/pytorch/executorch/blob/main/extension/android/CMakeLists.txt#L138-L150
Ideally, we should depend on production code under extension/llm, not examples/...
Alternatives
No response
Additional context
No response
RFC (Optional)
No response
Metadata
Metadata
Assignees
Labels
module: androidIssues related to Android code, build, and executionIssues related to Android code, build, and executionrelease notes: buildChanges related to build, including dependency upgrades, build flags, optimizations, etc.Changes related to build, including dependency upgrades, build flags, optimizations, etc.triagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Type
Projects
Status
In Progress