Skip to content

llama_cpp_sys v0.2.1

Choose a tag to compare

@scriptis scriptis released this 08 Nov 12:09
· 278 commits to main since this release

Chore

  • Update to bindgen 0.69.1

Bug Fixes

  • start_completing should not be invoked on a per-iteration basis
    There's still some UB that can be triggered due to llama.cpp's threading model, which needs patching up.

Commit Statistics

  • 2 commits contributed to the release.
  • 13 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Update to bindgen 0.69.1 (ccb794d)
    • start_completing should not be invoked on a per-iteration basis (4eb0bc9)