Skip to content

Releases: utilityai/llama-cpp-rs

0.1.119

30 Aug 21:23
7f81fd0
Compare
Choose a tag to compare

What's Changed

  • Prevent CUDA and Vulkan incompatibility in examples/reranker by adding the expected disable_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

18 Aug 15:50
96b6bcc
Compare
Choose a tag to compare

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

12 Aug 21:20
7cabe4d
Compare
Choose a tag to compare

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

07 Aug 21:51
96efe0a
Compare
Choose a tag to compare

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

07 Aug 21:25
7fb5a33
Compare
Choose a tag to compare

What's Changed

  • Bumped version to 0.1.115 by @github-actions[bot] in #793
  • Update llama.cpp to latest version supporting gpt-oss by @caer in #797

Full Changelog: 0.1.114...0.1.115

0.1.114

04 Aug 06:46
ca60853
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.113...0.1.114

0.1.113

30 Jul 22:35
7dd1382
Compare
Choose a tag to compare

What's Changed

  • Bumped version to 0.1.113 by @github-actions[bot] in #783
  • feat(android): enhance Android NDK support and validation by @4j17h in #782
  • Bump llama.cpp to b6002 by @fellhorn in #786

New Contributors

Full Changelog: 0.1.112...0.1.113

0.1.112

26 Jul 17:40
565bb5a
Compare
Choose a tag to compare

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

Full Changelog: 0.1.111...0.1.112

0.1.111

09 Jul 19:07
b1dcf96
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.110...0.1.111

0.1.110

20 Jun 16:49
079a47e
Compare
Choose a tag to compare

What's Changed

  • fix(build): update CUDA linking strategy for Windows. by @DAIMENGEN in #759

New Contributors

Full Changelog: 0.1.109...0.1.110