Releases: utilityai/llama-cpp-rs
Releases · utilityai/llama-cpp-rs
0.1.119
What's Changed
- Prevent CUDA and Vulkan incompatibility in
examples/reranker
by adding the expecteddisable_gpu
arg by @babichjacob in #807 - Bumped version to 0.1.119 by @github-actions[bot] in #805
- chore(deps): bump anyhow from 1.0.98 to 1.0.99 by @dependabot[bot] in #814
- chore(deps): bump glob from 0.3.2 to 0.3.3 by @dependabot[bot] in #813
- chore(deps): bump clap from 4.5.43 to 4.5.45 by @dependabot[bot] in #811
- chore(deps): bump cc from 1.2.32 to 1.2.34 by @dependabot[bot] in #812
- Add with_n_seq_max and n_seq_max to LlamaContextParams by @darjus in #816
- Add KV cache type (K/V) configuration to LlamaContextParams by @gn64 in #815
New Contributors
Full Changelog: 0.1.118...0.1.119
0.1.118
What's Changed
- Bumped version to 0.1.118 by @github-actions[bot] in #803
- chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #804
- Multimodality support by @fellhorn in #790
Full Changelog: 0.1.117...0.1.118
0.1.117
What's Changed
- Bumped version to 0.1.117 by @github-actions[bot] in #800
- chore(deps): bump cc from 1.2.31 to 1.2.32 by @dependabot[bot] in #801
- fix: create fresh batch for each line in embedding example by @tmetsch in #802
New Contributors
Full Changelog: 0.1.116...0.1.117
0.1.116
Full Changelog: 0.1.114...0.1.115
What's Changed
- Bumped version to 0.1.116 by @github-actions[bot] in #799
- Fix panic introduced upstream if debug log level is disabled by @vlovich in #789
- Do not set target through clang_arg by @Kakadus in #796
- chore(deps): bump cc from 1.2.30 to 1.2.31 by @dependabot[bot] in #794
- chore(deps): bump clap from 4.5.41 to 4.5.42 by @dependabot[bot] in #795
Full Changelog: 0.1.115...0.1.116
0.1.115
What's Changed
- Bumped version to 0.1.115 by @github-actions[bot] in #793
- Update
llama.cpp
to latest version supportinggpt-oss
by @caer in #797
Full Changelog: 0.1.114...0.1.115
0.1.114
0.1.113
0.1.112
What's Changed
- build.rs: workaround for windows/vulkan filetracker errors by @AsbjornOlling in #767
- Bumped version to 0.1.110 by @github-actions[bot] in #768
- Bumped version to 0.1.111 by @github-actions[bot] in #769
- Bumped version to 0.1.112 by @github-actions[bot] in #770
- chore(deps): bump clap from 4.5.40 to 4.5.41 by @dependabot[bot] in #771
- Update lib.rs by @Propfend in #779
- Added missing field
n_reused
in LlamaTimings::new by @AIvashov in #781 - Feat: Pass CMAKE_ env vars to cmake config by @fg91 in #780
- chore(deps): bump cc from 1.2.29 to 1.2.30 by @dependabot[bot] in #773
New Contributors
- @Propfend made their first contribution in #779
- @AIvashov made their first contribution in #781
- @fg91 made their first contribution in #780
Full Changelog: 0.1.111...0.1.112
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