| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-15 | 2.2 kB | |
| v0.26.0 source code.tar.gz | 2026-02-15 | 21.1 MB | |
| v0.26.0 source code.zip | 2026-02-15 | 21.3 MB | |
| Totals: 3 Items | 42.4 MB | 3 | |
Major Changes
- Add support for gemma 3n by @krisbiradar in https://github.com/SciSharp/LLamaSharp/pull/1248
- Mtmd implementation by @SignalRT in https://github.com/SciSharp/LLamaSharp/pull/1261
Bug Fixes
- Respect ChatOptions.Instructions in LlamaExecutorChatClient by @stephentoub in https://github.com/SciSharp/LLamaSharp/pull/1256
- set RPATH to "@loader_path" / "$ORIGIN" to ensure executables and dynamic libraries search for dependencies in their origin directory by @SignalRT in https://github.com/SciSharp/LLamaSharp/pull/1279
- Fixes Extended grammar optimization mode would crash if TopK sampling is set to zero. by @SerialKicked in https://github.com/SciSharp/LLamaSharp/pull/1282
- Fix issue [#382] (multiple publish output files with same relative path) by @LucaMaccarini in https://github.com/SciSharp/LLamaSharp/pull/1234
Other Changes
- Optimization - A queue with fixed storage size backed by a circular buffer by @SignalRT in https://github.com/SciSharp/LLamaSharp/pull/1262
- Fix some warnings. by @Lamothe in https://github.com/SciSharp/LLamaSharp/pull/1274
- Accept
CancellationTokeninChatSession.InitializeSessionFromHistoryAsyncby @Cryptoc1 in https://github.com/SciSharp/LLamaSharp/pull/1260 - Downgrade compile.yml from macos-latest to macos-14 by @m0nsky in https://github.com/SciSharp/LLamaSharp/pull/1302
- Update Vulkan from 1.3.261.1 to 1.4.335.0 and fix download url by @m0nsky in https://github.com/SciSharp/LLamaSharp/pull/1303
- Update BinaryReleaseId by @m0nsky in https://github.com/SciSharp/LLamaSharp/pull/1304
- Add KaiROS AI as example application by @avikeid2007 in https://github.com/SciSharp/LLamaSharp/pull/1313
New Contributors
- @Cryptoc1 made their first contribution in https://github.com/SciSharp/LLamaSharp/pull/1260
- @krisbiradar made their first contribution in https://github.com/SciSharp/LLamaSharp/pull/1248
- @LucaMaccarini made their first contribution in https://github.com/SciSharp/LLamaSharp/pull/1234
- @avikeid2007 made their first contribution in https://github.com/SciSharp/LLamaSharp/pull/1313
Full Changelog: https://github.com/SciSharp/LLamaSharp/compare/v0.25.0...v0.26.0