llama_cpp 1.2.0
llama_cpp: ^1.2.0 copied to clipboard
A dart binding for llama.cpp library, bringing AI to dart world.
1.2.0 #
- upgrade native_assets_cli to 0.8.0
- upgrade llama.cpp to 8854044
1.1.0 #
- Upgrade llama.cpp to 60ed04cf to support qwen1.5.
- Code refine.
- Support embedding.
- Support GPU building.
- Add a RAG example.
- Upgrade llama.cpp to 8c0e8f4e.
1.0.0 #
- Upgrade Dart to 3.3.0.
- Upgrade dependencies and fix issues.
0.9.0 #
- Initial version.
- Integrate with
native_assets_cli
. - Native helper classes.
- Porting token sampling from
common/sampling.cpp
. - Passing LLM params to the isolate.
- Token string as raw bytes stream.