Skip to content

Releases: nicholasyager/llama-cpp-guidance

v0.1.2

11 Sep 14:06
Compare
Choose a tag to compare

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

Full Changelog: 0.1.1...0.1.2

v0.1.1

08 Sep 01:19
Compare
Choose a tag to compare

Minor updates to docs and stabilized the PyPI name.

v0.1.0

08 Sep 01:07
Compare
Choose a tag to compare

Initial release of llama_cpp_guidance, a compatibility layer to enable guidance with llama_cpp_python.