-
Notifications
You must be signed in to change notification settings - Fork 722
Closed
Closed
Copy link
Labels
module: androidIssues related to Android code, build, and executionIssues related to Android code, build, and executiontriagedThis 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 doc issue
I'm trying to deploy a language or vision-language model on Android using the ExecuTorch Android demo app.
The model I'm working with only provides tokenizer.json, but the current Android implementation appears to expect a tokenizer.model file instead.
Is tokenizer.model mandatory for the ExecuTorch demo app?
If I only have a tokenizer.json file (from HuggingFace), is there any recommended way to convert or load it in the app?
Suggest a potential alternative/fix
No response
Metadata
Metadata
Assignees
Labels
module: androidIssues related to Android code, build, and executionIssues related to Android code, build, and executiontriagedThis 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
Done