- disabled llava
- compatible with llama.cpp 42ae10bb
- add typed_isolate
- removed llama processor
- updated binding
- performance imporvement and bugs fix
- added initial support to load lora
- dart cli example
- fixed #3 by @danemadsen
- removed assets defination
- added static property
Llama.libraryPath
to set library path, in order to support linux and other platforms
ModelParams
disabled optionssplitsMode
,tensorSplit
andmetadataOverride
- LlamaProcessor now take context and model parameters
- refactored code to follow dart package structure
- TODO: Describe initial release.