Skip to content

v0.26.0

Choose a tag to compare

@martindevans martindevans released this 15 Feb 16:25
· 93 commits to master since this release
b5cd28e

Major Changes

Bug Fixes

  • Respect ChatOptions.Instructions in LlamaExecutorChatClient by @stephentoub in #1256
  • set RPATH to "@loader_path" / "$ORIGIN" to ensure executables and dynamic libraries search for dependencies in their origin directory by @SignalRT in #1279
  • Fixes Extended grammar optimization mode would crash if TopK sampling is set to zero. by @SerialKicked in #1282
  • Fix issue #382 (multiple publish output files with same relative path) by @LucaMaccarini in #1234

Other Changes

  • Optimization - A queue with fixed storage size backed by a circular buffer by @SignalRT in #1262
  • Fix some warnings. by @Lamothe in #1274
  • Accept CancellationToken in ChatSession.InitializeSessionFromHistoryAsync by @Cryptoc1 in #1260
  • Downgrade compile.yml from macos-latest to macos-14 by @m0nsky in #1302
  • Update Vulkan from 1.3.261.1 to 1.4.335.0 and fix download url by @m0nsky in #1303
  • Update BinaryReleaseId by @m0nsky in #1304
  • Add KaiROS AI as example application by @avikeid2007 in #1313

New Contributors

Full Changelog: v0.25.0...v0.26.0