DenisovAV / flutter_gemma

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

Putting model inside output_path folder does not work #6

Closed AliAkberAakash closed 1 month ago

AliAkberAakash commented 5 months ago

I have been trying to run the example app and I was getting the error that the model.bin file is not found in /data/local/tmp/llm/. It's because I had put the model inside the output_path folder. Pushing just the model.bin in the device is working for me. In the Readme the instructions are to have the model.bin file inside output_path folder. So maybe we can update the Readme?

Device Used: Samsung Galaxy A52s Platform: Android

DenisovAV commented 5 months ago

Yep, looks like there is mistke, will fix it today, thank you for highlighting

DenisovAV commented 1 month ago

I updated the manual, sorry for the delay, please take a look