LLamaSharp/LLama/Extensions
Martin Evans a8ba9f05b3
March Binary Update (#565)
* Updated binaries to llama.cpp `3ab8b3a92ede46df88bc5a2dfca3777de4a2b2b6` (build run: https://github.com/SciSharp/LLamaSharp/actions/runs/8118890586)

* Added abort callback

* Added properties to get/set thread count on `LLamaContext`

* Fixed LLamaLogLevel numbering
2024-03-06 15:19:42 +00:00
..
DictionaryExtensions.cs Code cleanup driven by R# suggestions: 2024-01-02 03:20:21 +00:00
EncodingExtensions.cs Fixed some issues which were causing metadata overrides not to work (mostly importantly, converting the key was failing so all keys were null bytes and thus ignored). 2023-12-24 21:23:37 +00:00
IContextParamsExtensions.cs March Binary Update (#565) 2024-03-06 15:19:42 +00:00
IEnumerableExtensions.cs This commit (5fe721bdbe) accidentally removed a load of stuff that it shouldn't. Fixed that. 2023-11-15 01:36:33 +00:00
IModelParamsExtensions.cs Updated everything to work with llama.cpp ce32060198b7e2d6a13a9b8e1e1369e3c295ae2a 2024-02-01 16:35:05 +00:00
IReadOnlyListExtensions.cs Switched form using raw integers, to a `LLamaToken` struct 2024-01-02 20:47:21 +00:00
KeyValuePairExtensions.cs This commit (5fe721bdbe) accidentally removed a load of stuff that it shouldn't. Fixed that. 2023-11-15 01:36:33 +00:00
ListExtensions.cs This commit (5fe721bdbe) accidentally removed a load of stuff that it shouldn't. Fixed that. 2023-11-15 01:36:33 +00:00