Skip to content

Releases: utilityai/llama-cpp-rs

0.1.22

30 Jan 20:40
Compare
Choose a tag to compare

What's Changed

  • updated llama.cpp by @github-actions in #50
  • updated llama.cpp by @github-actions in #52

Full Changelog: 0.1.21...0.1.22

0.1.21

27 Jan 21:43
512dc61
Compare
Choose a tag to compare

What's Changed

  • updated llama.cpp by @github-actions in #49

Full Changelog: 0.1.20...0.1.21

0.1.20

26 Jan 20:29
Compare
Choose a tag to compare

changed cpp version to 17 (this fixed some issues when compiling with the cuda docker image, not sure why)

Full Changelog: 0.1.19...0.1.20

0.1.19

26 Jan 16:53
6b9b731
Compare
Choose a tag to compare

What's Changed

  • updated llama.cpp by @github-actions in #48

Full Changelog: 0.1.18...0.1.19

0.1.18

25 Jan 00:21
Compare
Choose a tag to compare

Added LlamaBatchAdd to LlamaError

Full Changelog: 0.1.17...0.1.18

0.1.17

25 Jan 00:05
fff5031
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.16...0.1.17

0.1.16

24 Jan 22:52
a226c84
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.15...0.1.16

0.1.15

24 Jan 18:54
3e481b5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.14...0.1.15

0.1.14

24 Jan 18:33
7811fc5
Compare
Choose a tag to compare

What's Changed

  • implemented Send + Sync for LlamaContextParams by @MarcusDunn in #43 (fixed regression in 0.1.12)

Full Changelog: 0.1.13...0.1.14

0.1.13

24 Jan 18:20
bd444f9
Compare
Choose a tag to compare

Breaking Changes

Changed how to create and modify LlamaContextParams

What's Changed

  • fixed up LlamaContextParams with new CB by @MarcusDunn in #36
  • updated llama.cpp by @github-actions in #35
  • Bump shlex from 1.1.0 to 1.3.0 by @dependabot in #38
  • updated llama.cpp by @github-actions in #40

Full Changelog: 0.1.12...0.1.13