Skip to content
Discussion options

You must be logged in to vote

@christophemenager, indeed downloading the model after the app launch sounds like the best idea. In Private Mind, app backed by React Native ExecuTorch models are downloaded on user demand, please check this out: https://github.com/software-mansion-labs/private-mind (you can download this app on ios and android). I think this approach is currently the best one as you can release resources by deleting the model once not used anymore. Currently the biggest bottleneck is the RAM memory occupied by the model, not the size of the model itself (but they are strictly correlated). That's why there are many pre-exported models - to give you the ability to choose one that fits targeted devices.

If …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@christophemenager
Comment options

Answer selected by msluszniak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants