Skip to content

Version 3.1.0

Choose a tag to compare

@kherud kherud released this 15 May 19:29
· 176 commits to master since this release

Changes:

  • Updates to llama.cpp b2885
  • Fixes #62 (generation can now be canceled)
  • Fixes macos x64 shared libraries

API changes:

  • LlamaModel.Output is now LlamaOutput
  • LlamaIterator is now public, was private LlamaModel.Iterator previously