Releases: nicholasyager/llama-cpp-guidance
Releases · nicholasyager/llama-cpp-guidance
v0.1.2
What's Changed
- fix: 'generator' object is not subscriptable error and add custom role names dict by @hommayushi3 in #2
- fix: Prevent generators from being returned by Llama. Select cannot handle them by @nicholasyager in #3
New Contributors
- @hommayushi3 made their first contribution in #2
Full Changelog: 0.1.1...0.1.2
v0.1.1
Minor updates to docs and stabilized the PyPI name.
v0.1.0
Initial release of llama_cpp_guidance
, a compatibility layer to enable guidance
with llama_cpp_python
.