-
Notifications
You must be signed in to change notification settings - Fork 9
Support on-device models via LiteRT #65
Copy link
Copy link
Open
Labels
core-codebase(app)change to the code of the core codebase (specifically the mobile app)change to the code of the core codebase (specifically the mobile app)core-codebase(server)change to the code of the core codebase (specifically the server)change to the code of the core codebase (specifically the server)open-for-hackathonstarter issues open for hackathon work!starter issues open for hackathon work!requires-macrequires particular OS (Mac) to fully addressrequires particular OS (Mac) to fully address
Metadata
Metadata
Assignees
Labels
core-codebase(app)change to the code of the core codebase (specifically the mobile app)change to the code of the core codebase (specifically the mobile app)core-codebase(server)change to the code of the core codebase (specifically the server)change to the code of the core codebase (specifically the server)open-for-hackathonstarter issues open for hackathon work!starter issues open for hackathon work!requires-macrequires particular OS (Mac) to fully addressrequires particular OS (Mac) to fully address
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
Currently, all models for all tools run on the server, which can contribute to latency, since the server must act as a middle man for all input and output. Consequently, it would be beneficial to be able to run models on-device when possible.
Describe the solution you'd like
Some things to keep in mind
Additional context
Note that, since this is a frontend change, testing it would require building the app yourself and using the metro dev server (i.e. you would need a Mac and XCode)
Also, this issue is particularly technically involved, and should not be undertaken without first taking time to get familiar with the codebase. This issue is probably also best for someone with pre-existing development experience.