0.11.1 - LLaVA support
🎏 Major Changes
- LLaVA Support by @SignalRT in #556, #563, #609
- Chat session state management by @eublefar in #560
- Classifier Free Guidance by @martindevans in #536
- March Binary Update by @martindevans in #565
SetDllImportResolver
based loading by @martindevans in #603
📖 Documentation
- The documentation has been improved and no longer outdated, see LLamaSharp Documentation.
🔧 Bug Fixes
- Added conditional compilation code to progress_callback (in LlamaModelParams struct) by @clovisribeiro in #593
- Memory Disposal Tests by @martindevans in #551
- Fixed Publish File paths by @martindevans in #561
- llama_decode lock by @martindevans in #595
- BatchedExecutor Fixed Forking by @martindevans in #621
- Fixed off by one error in LLamaBatch sampling position by @martindevans in #626
- [LLama.KernelMemory] Fixed System.ArgumentException: EmbeddingMode must be true & #617 by @ChengYen-Tang in #615
- fix: the missing of llava_shared library. by @AsakusaRinne in #633
📌 Other Changes
- Removed
llama_eval()
by @martindevans in #553 - ChatSession: improve exception message by @swharden in #523
- Improve "embeddings" example by @swharden in #525
- Add path to find llama.dll for MAUI by @evolcano in #631
- LLama.Examples: improve model path prompt by @swharden in #526
- NativeLibraryConfig.WithLogs() overload to set log level by @swharden in #529
- LLamaSharp.Examples: Document Q&A with local storage by @swharden in #532
- Used
AnsiConsole
in a few more places by @martindevans in #534 ReadOnlySpan<float>
in ISamplingPipeline by @martindevans in #538- KernelMemory update with adding the use of already loaded model by @zsogitbe in #630
- Add Link To Blazor Demo by @alexhiggins732 in #539
- Removed Obsolete SamplingApi by @martindevans in #552
- update readme.md backends by @warquys in #587
- docs: update the example in readme. by @AsakusaRinne in #604
- Update Semantic Kernel & Kernel Memory Package by @xbotter in #612
BatchedExecutor.Create()
method by @martindevans in #613- LLamaBatch Logit Tracking by @martindevans in #624
🙌 New Contributors
- @swharden made their first contribution in #523
- @alexhiggins732 made their first contribution in #539
- @clovisribeiro made their first contribution in #593
- @warquys made their first contribution in #587
- @eublefar made their first contribution in #560
- @ChengYen-Tang made their first contribution in #615
- @evolcano made their first contribution in #631
Full Changelog: v0.10.0...0.11.0