Open ewann opened 2 weeks ago
specifically:
https://github.com/DenisovAV/flutter_gemma/blob/main/README.md?plain=1#L50
In my experience, the absence of those lines from the manifest resulted in:
Failed to get gemma response, lateinit property inferenceModel has not been initialized, null
nice project btw :)
Hi @ewann, thanks for highlighting this! Are you also experiencing this error with the CPU version of Gemma? On my Pixel 8, I only need these lines for the GPU model
Can you please try with it-cpu-int4
specifically:
https://github.com/DenisovAV/flutter_gemma/blob/main/README.md?plain=1#L50
In my experience, the absence of those lines from the manifest resulted in:
nice project btw :)