Releases: utilityai/llama-cpp-rs
Releases · utilityai/llama-cpp-rs
0.1.88
What's Changed
- Bumped version to 0.1.88 by @github-actions in #618
- chore(deps): bump cc from 1.2.9 to 1.2.10 by @dependabot in #620
- chore(deps): bump enumflags2 from 0.7.10 to 0.7.11 by @dependabot in #619
Full Changelog: 0.1.87...0.1.88
0.1.87
What's Changed
- Bumped version to 0.1.87 by @github-actions in #612
- chore(deps): bump docker/setup-qemu-action from 3.2.0 to 3.3.0 by @dependabot in #615
- chore(deps): bump cc from 1.2.6 to 1.2.9 by @dependabot in #617
- chore(deps): bump clap from 4.5.23 to 4.5.26 by @dependabot in #616
- fix shared libs not found on windows #583 by @xutianyi1999 in #614
New Contributors
- @xutianyi1999 made their first contribution in #614
Full Changelog: 0.1.86...0.1.87
0.1.86
What's Changed
- Include
llama.cpp/ggml/src/ggml-metal
when publishingllama-cpp-sys-2
by @babichjacob in #597 - Bumped version to 0.1.86 by @github-actions in #595
- chore(deps): bump clap from 4.5.19 to 4.5.22 by @dependabot in #593
- Add sampling API back to LlamaTokenDataArray; Add DRY and XTC Samplers by @nkoppel in #594
- chore(deps): bump anyhow from 1.0.93 to 1.0.94 by @dependabot in #599
- chore(deps): bump encoding_rs from 0.8.34 to 0.8.35 by @dependabot in #600
- chore(deps): bump cc from 1.2.2 to 1.2.3 by @dependabot in #601
- chore(deps): bump clap from 4.5.22 to 4.5.23 by @dependabot in #602
- Fix arguments of sampling methods; Make chat templates and detokenization more reliable by @nkoppel in #611
- chore(deps): bump anyhow from 1.0.94 to 1.0.95 by @dependabot in #606
- chore(deps): bump glob from 0.3.1 to 0.3.2 by @dependabot in #609
- chore(deps): bump docker/setup-buildx-action from 3.7.1 to 3.8.0 by @dependabot in #608
- Build for aarch64-linux-android by @AsbjornOlling in #605
- chore(deps): bump cc from 1.2.3 to 1.2.6 by @dependabot in #610
New Contributors
Full Changelog: 0.1.85...0.1.86
0.1.85
What's Changed
- Bump llamacpp b4240 by @AsbjornOlling in #590
- Bump llama.cpp to b4206 by @AsbjornOlling in #582
- Bumped version to 0.1.85 by @github-actions in #581
- Add greedy decoding to example 'simple' by @joneavila in #589
- chore(deps): bump cc from 1.1.28 to 1.2.2 by @dependabot in #588
- chore(deps): bump thiserror from 1.0.64 to 1.0.69 by @dependabot in #587
- chore(deps): bump tracing from 0.1.40 to 0.1.41 by @dependabot in #586
- chore(deps): bump cmake from 0.1.51 to 0.1.52 by @dependabot in #585
- update the
include
d files inllama-cpp-sys-2
so that the crate can be published again by @babichjacob in #592
New Contributors
- @joneavila made their first contribution in #589
Full Changelog: 0.1.84...0.1.85
0.1.84
What's Changed
- Bump anyhow from 1.0.86 to 1.0.91 by @dependabot in #560
- Bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #559
- Bump docker/setup-buildx-action from 3.6.1 to 3.7.1 by @dependabot in #513
- Implement new sampler API and bump llama.cpp by @volesen in #580
- wrap llama_batch_get_one by @tinglou in #579
- chore(deps): bump anyhow from 1.0.91 to 1.0.93 by @dependabot in #575
- Bump thiserror from 1.0.63 to 1.0.64 by @dependabot in #507
- Bump bindgen from 0.69.4 to 0.69.5 by @dependabot in #538
- Bumped version to 0.1.84 by @github-actions in #563
New Contributors
Full Changelog: 0.1.83...0.1.84
0.1.83
What's Changed
- Bumped version to 0.1.83 by @github-actions in #532
- build.rs: also search for library files in lib64/ by @AsbjornOlling in #561
New Contributors
- @AsbjornOlling made their first contribution in #561
Full Changelog: 0.1.82...0.1.83
0.1.82
What's Changed
- Bumped version to 0.1.82 by @github-actions in #525
- fix: implicitly use
c_char
type instead of hardcodingi8
by @babichjacob in #530
Full Changelog: 0.1.81...0.1.82
0.1.81
What's Changed
- Update Cargo.toml by @MarcusDunn in #523
- Update Cargo.toml by @MarcusDunn in #524
Full Changelog: 0.1.80...0.1.81
0.1.80
What's Changed
- Expose
n_ubatch
context param by @brittlewis12 in #504 - Expose last-token candidates context method by @brittlewis12 in #509
- Context and model enhancements by @brittlewis12 in #510
- Bump cc from 1.1.14 to 1.1.21 by @dependabot in #508
- Expose pooling type by @LucGeven in #516
- chore: move
embeddings
into theexamples
directory by @babichjacob in #519 - ci: fix version bumping GitHub Actions job by @babichjacob in #517
- Bump actions/checkout from 4.1.7 to 4.2.1 by @dependabot in #520
- Bump clap from 4.5.16 to 4.5.19 by @dependabot in #515
- Bump cc from 1.1.21 to 1.1.28 by @dependabot in #514
- fix: make
llama-cpp-sys-2
publishable again by @babichjacob in #521
New Contributors
Full Changelog: 0.1.79...0.1.80