DenisovAV / flutter_gemma

The Flutter plugin allows running the Gemma AI model locally on a device from a Flutter application.
MIT License
32 stars 9 forks source link

Model to assets folder #7

Closed Bondigame-personal closed 3 months ago

Bondigame-personal commented 3 months ago

Hello. Can I use model from flutter assets folder?

Bondigame-personal commented 3 months ago

Got it. You can put the model in assets and specify the path in the plugin.

DenisovAV commented 3 months ago

You shouldn't put the model in assets, in this case the size of app will be too big

tempo-riz commented 3 months ago

how did you do that @Bondigame-personal ? at least for testing purpose :)