issues
search
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
Feature/add dispose method llm inference
#20
Closed
Vinayak006
closed
1 week ago
Vinayak006
commented
1 month ago
Added a
dispose
method to clear resources and an
inputSize
method to retrieve the input token size.
Tested on Android.
Web support not implemented.