Releases: utilityai/llama-cpp-rs
Releases · utilityai/llama-cpp-rs
0.1.111
What's Changed
- Make LlamaSampler::grammar() return an Option by @MatthewCash in #758
- chore(deps): bump cc from 1.2.26 to 1.2.27 by @dependabot in #751
- chore(deps): bump clap from 4.5.39 to 4.5.40 by @dependabot in #752
- chore(deps): bump enumflags2 from 0.7.11 to 0.7.12 by @dependabot in #753
- feat(logging): optimize log handling by early level filtering by @DAIMENGEN in #760
- chore(deps): bump docker/setup-buildx-action from 3.10.0 to 3.11.1 by @dependabot in #761
- chore(deps): bump cc from 1.2.27 to 1.2.29 by @dependabot in #764
- Add swa_full by @yujonglee in #763
- #765 (Fixed): Include
llama.cpp
Vendored Libraries in Builds by @caer in #766
New Contributors
- @MatthewCash made their first contribution in #758
- @yujonglee made their first contribution in #763
- @caer made their first contribution in #766
Full Changelog: 0.1.110...0.1.111
0.1.110
What's Changed
- fix(build): update CUDA linking strategy for Windows. by @DAIMENGEN in #759
New Contributors
- @DAIMENGEN made their first contribution in #759
Full Changelog: 0.1.109...0.1.110
0.1.109
What's Changed
- Bumped version to 0.1.109 by @github-actions in #748
- chore(deps): bump tracing-core from 0.1.33 to 0.1.34 by @dependabot in #750
- chore(deps): bump cc from 1.2.25 to 1.2.26 by @dependabot in #749
- Bump llama.cpp to b5686, fix build failures by @AsbjornOlling in #754
Full Changelog: 0.1.108...0.1.109
0.1.108
What's Changed
- chore(deps): bump cc from 1.2.23 to 1.2.24 by @dependabot in #741
- Bumped version to 0.1.108 by @github-actions in #742
- chore(deps): bump cc from 1.2.24 to 1.2.25 by @dependabot in #746
- chore(deps): bump clap from 4.5.38 to 4.5.39 by @dependabot in #745
- Fix: GCC Target Mismatch for
vdotq_s32
on AArch64 (Apple M1, M2, etc) by @russellwmy in #743
New Contributors
- @russellwmy made their first contribution in #743
Full Changelog: 0.1.107...0.1.108
0.1.107
What's Changed
- Bumped version to 0.1.104 by @github-actions in #728
- Bumped version to 0.1.105 by @github-actions in #729
- Bumped version to 0.1.106 by @github-actions in #730
- chore(deps): bump cc from 1.2.19 to 1.2.20 by @dependabot in #717
- chore(deps): bump clap from 4.5.36 to 4.5.37 by @dependabot in #716
- Bumped version to 0.1.107 by @github-actions in #732
- chore(deps): bump cc from 1.2.21 to 1.2.22 by @dependabot in #736
- chore(deps): bump clap from 4.5.37 to 4.5.38 by @dependabot in #735
- chore(deps): bump cc from 1.2.22 to 1.2.23 by @dependabot in #738
- Fix MacOS 15 build by @windoze in #737
- Resolve build errors: update/remove kv cache APIs, disable building tools, latest release & upstream org ref by @brittlewis12 in #740
New Contributors
Full Changelog: 0.1.106...0.1.107
0.1.106
What's Changed
- chore(deps): bump openssl from 0.10.70 to 0.10.72 by @dependabot in #703
- chore(deps): bump cc from 1.2.17 to 1.2.18 by @dependabot in #705
- chore(deps): bump clap from 4.5.34 to 4.5.35 by @dependabot in #704
- chore(deps): bump clap from 4.5.35 to 4.5.36 by @dependabot in #711
- chore(deps): bump cc from 1.2.18 to 1.2.19 by @dependabot in #710
- chore(deps): bump anyhow from 1.0.97 to 1.0.98 by @dependabot in #709
- Bump llama.cpp, disable CURL by @AsbjornOlling in #721
- Add llama backend init to the doc tests that depend on it by @AsbjornOlling in #723
- A few test-build.Dockerfile fixes by @AsbjornOlling in #722
- Fix common/minja missing in cargo publish by @fellhorn in #724
New Contributors
Full Changelog: 0.1.105...0.1.106
0.1.105
What's Changed
- Reimplement get_chat_template to use
llama_model_chat_template
by @AsbjornOlling in #699 - chore(deps): bump clap from 4.5.32 to 4.5.34 by @dependabot in #702
- Expose string metadata fetching methods by @AsbjornOlling in #700
Full Changelog: 0.1.104...0.1.105
0.1.104
What's Changed
- chore(deps): bump docker/setup-qemu-action from 3.4.0 to 3.6.0 by @dependabot in #690
- chore(deps): bump anyhow from 1.0.96 to 1.0.97 by @dependabot in #693
- chore(deps): bump cc from 1.2.15 to 1.2.16 by @dependabot in #692
- chore(deps): bump docker/setup-buildx-action from 3.9.0 to 3.10.0 by @dependabot in #691
- chore(deps): bump ring from 0.17.8 to 0.17.13 by @dependabot in #696
- chore(deps): bump clap from 4.5.31 to 4.5.32 by @dependabot in #697
- chore(deps): bump cc from 1.2.16 to 1.2.17 by @dependabot in #698
Full Changelog: 0.1.103...0.1.104
0.1.103
What's Changed
- Bumped version to 0.1.103 by @github-actions in #685
- Fix build.rs: copy build_info_src into build_info_target by @AsbjornOlling in #688
- Expose n_head_kv by @vlovich in #689
- Fix to check if events should be recorded in tracing by @kusaanko in #687
New Contributors
Full Changelog: 0.1.102...0.1.103
0.1.102
What's Changed
- Bumped version to 0.1.102 by @github-actions in #684
- Use CString::new instead of CString::from_str to init chat template by @AsbjornOlling in #683
Full Changelog: 0.1.101...0.1.102