Skip to content

Releases: SciSharp/LLamaSharp

0.14.0 - Gemma2

16 Jul 12:38
d685588
Compare
Choose a tag to compare

Major Changes

Bug Fixes

Other Changes

New Contributors

Full Changelog: v0.13.0...v0.14.0

0.13.0

04 Jun 12:46
fdcc035
Compare
Choose a tag to compare

Major Changes

Documentation

  • Updated READMEs. by @Lamothe in #742
  • Add documentation for the change of native library loading. by @AsakusaRinne in #747
  • Add OAI demo link by @sangyuxiaowu in #778

Bug Fixes

  • KernelMemory bug fix by @zsogitbe in #726
  • Fixes for website when running on case-sensitive filesystems. by @Lamothe in #753

Other Changes

New Contributors

Full Changelog: v0.12.0...v0.13.0

0.12.0 - LLama3

12 May 17:04
9a6e8b5
Compare
Choose a tag to compare

Major Changes

Documentation

  • Removed ContextSize from most examples by @martindevans in #663
  • Add issue templates. by @AsakusaRinne in #700
  • Add LLaMA3 chat session example. by @AsakusaRinne in #708
  • Improved Example Docs by @martindevans in #728

Bug Fixes

  • fix: llava backend ignores avx and cuda. by @AsakusaRinne in #642
  • Embeddings correction by @zsogitbe in #674
  • Fix context params defaults by @dlyz in #729
  • Made special tokens included in prompts tokenize as intended by @Lyrcaxis in #677
  • Fixed Minor Issues With Model Loading by @martindevans in #697
  • Empty batch check by @martindevans in #691
  • Optimize Semantic Kernel LLamaSharpChatCompletion when running with StatefulExecutorBase models by @kidkych in #671
  • SemanticKernel: Correcting non-standard way of working with PromptExecutionSettings by @zsogitbe in #689
  • Fix cublas build action by @martindevans in #725

Other Changes

  • build(deps): bump System.Text.Json from 8.0.2 to 8.0.3 by @dependabot in #636
  • build(deps): bump Microsoft.AspNetCore.OpenApi from 8.0.2 to 8.0.3 by @dependabot in #638
  • build(deps): bump Microsoft.Extensions.Logging.Abstractions from 8.0.0 to 8.0.1 by @dependabot in #637
  • April 2024 Binary Update by @martindevans in #662
  • Slightly Safer Quantize Params by @martindevans in #698
  • Removed Unnecessary Constructor From Safe Handles by @martindevans in #696
  • ci: add workflow to check the spellings. by @AsakusaRinne in #710
  • ci: add a workflow to check code format. by @AsakusaRinne in #709
  • Remove Conversation.Prompt(String) by @martindevans in #719
  • ci: add benchmark test. by @AsakusaRinne in #720

New Contributors

Full Changelog: 0.11.1...v0.12.0

0.11.1 - LLaVA support

01 Apr 00:30
3bc952c
Compare
Choose a tag to compare

🎏 Major Changes

📖 Documentation

🔧 Bug Fixes

📌 Other Changes

🙌 New Contributors

Full Changelog: v0.10.0...0.11.0

0.10.0 - Phi2

15 Feb 14:53
9bc129e
Compare
Choose a tag to compare

Major Changes

Bug Fixes

Other Changes

New Contributors

Full Changelog: 0.9.1...v0.10.0

0.9.1 - Mixtral!

06 Jan 15:23
d74e6c7
Compare
Choose a tag to compare

Major Changes

Bug Fixes

Other Changes

New Contributors

Thank you so much for all the contributions! 😻

Full Changelog: v0.8.1...0.9.1

v0.8.1 - Major BUG fix and better feature detection

28 Nov 17:16
1f97ad8
Compare
Choose a tag to compare

Break changes

  • Change NativeLibraryConfig.Default to NativeLibraryConfig.Instance.

Major features and fix

Other changes

New Contributors

Thank you so much for all the contributions!

Full Changelog: v0.8.0...v0.8.1

v0.8.0: performance improvement, cuda feature detection and kernel-memory integration

12 Nov 19:53
597d329
Compare
Choose a tag to compare

What's Changed

  • fix: binary not copied on MAC platform. by @AsakusaRinne in #238
  • docs: add related repos. by @AsakusaRinne in #240
  • docs: add example models for v0.7.0. by @AsakusaRinne in #243
  • Adapts to SK Kernel Memory by @xbotter in #226
  • CodeQL Pointer Arithmetic by @martindevans in #246
  • build(deps): bump xunit from 2.5.0 to 2.6.1 by @dependabot in #233
  • build(deps): bump xunit.runner.visualstudio from 2.5.0 to 2.5.3 by @dependabot in #234
  • build(deps): bump Swashbuckle.AspNetCore from 6.2.3 to 6.5.0 by @dependabot in #235
  • build(deps): bump Microsoft.SemanticKernel from 1.0.0-beta1 to 1.0.0-beta4 by @dependabot in #231
  • feat(kernel-memory): avoid loading model twice. by @AsakusaRinne in #248
  • GitHub Action Pipeline Improvements by @martindevans in #245
  • Update README.md by @hswlab in #252
  • Removed some CI targets by @martindevans in #253
  • Removed Old Targets From CI matrix by @martindevans in #254
  • Align with llama.cpp b1488 by @SignalRT in #249
  • Enhance framework compatibility by @Uralstech in #259
  • Update LLama.Examples using Spectre.Console by @xbotter in #255
  • Context Size Autodetect by @martindevans in #263
  • Prevent duplication of user prompts / chat history in ChatSession. by @philippjbauer in #266
  • build: add package for kernel-memory integration. by @AsakusaRinne in #244
  • Exposed YaRN scaling parameters in IContextParams by @martindevans in #257
  • Update ToLLamaSharpChatHistory extension method to be public and support semantic-kernel author roles by @kidkych in #274
  • Runtime detection MacOS by @SignalRT in #258
  • feat: cuda feature detection. by @AsakusaRinne in #275

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0 - improve performance

01 Nov 18:28
5a9e13c
Compare
Choose a tag to compare

This release fixes the performance problem in v0.6.0, so that it's strongly recommended to upgraded to this version. Many thanks for the catch of this problem by @lexxsoft and the fix from @martindevans !

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0 - follow major llama.cpp changes

24 Oct 17:39
1299de3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.6.0