1101 Commits (b2f7dbb39b35fefee320aadd00da98446658f71f)
 

Author SHA1 Message Date
  eublefar b2f7dbb39b AddPromptAsync method for stateful executors, Chat session initialize from history and process system message methods for pre-processing prompts. Serializing executor state to JSON, to avoid saved states from being updated by reference. 2 years ago
  eublefar 35153a77dd Chat session Get/Load in-memory state operations, reset state ops for stateful executors and context 2 years ago
  jlsantiago ef24196444
Build Llava binaries (#556) 2 years ago
  Martin Evans 8ac1634233
Removed `llama_eval`. It is going to be completely removed in the next version of llama.cpp (#553) 2 years ago
  Martin Evans f0e7e7cc0a
Removed `SamplingApi`. it has been marked as Obsolete for a while, replaced by instance methods on `LLamaTokenDataArray` (#552) 2 years ago
  Martin Evans a0731db944
Added tests checking that memory is freed properly (#551) 2 years ago
  Martin Evans 7d84625a67
Classifier Free Guidance (#536) 2 years ago
  dependabot[bot] 364259aabe
build(deps): bump Microsoft.SemanticKernel from 1.1.0 to 1.4.0 (#544) 2 years ago
  dependabot[bot] e50f30d740
build(deps): bump Microsoft.KernelMemory.Core, System.Text.Json and Microsoft.KernelMemory.Abstractions (#546) 2 years ago
  dependabot[bot] 33827a1ba8
build(deps): bump Microsoft.SemanticKernel.Abstractions (#542) 2 years ago
  dependabot[bot] 070969b23f
build(deps): bump coverlet.collector from 6.0.0 to 6.0.1 (#540) 2 years ago
  alexhiggins732 3b5e781f1f
Add link to newly created Blazor Demo, requested by in the documentation. (#539) 2 years ago
  Martin Evans 91a7967869
`ReadOnlySpan<float>` in ISamplingPipeline (#538) 2 years ago
  Martin Evans 74a39188a2
Used `AnsiConsole` in a few more places: (#534) 2 years ago
  Scott W Harden 91ca9d2732
LLamaSharp.Examples: Document Q&A with local storage (#532) 2 years ago
  Scott W Harden a6394001a1
NativeLibraryConfig: WithLogs(LLamaLogLevel) (#529) 2 years ago
  Scott W Harden 06ffe3ac95
LLama.Examples: improve model path prompt (#526) 2 years ago
  Scott W Harden efa49cc8de
Improve "embeddings" example (#525) 2 years ago
  Martin Evans 3d7bf4287c
Merge pull request #523 from swharden/patch-1 2 years ago
  Scott W Harden 4c3077d0f0
ChatSession: improve exception message 2 years ago
  Martin Evans ca2b7cf4d5
Merge pull request #520 from SciSharp/dependabot/nuget/xunit.runner.visualstudio-2.5.7 2 years ago
  dependabot[bot] 7fbf979fe0
build(deps): bump xunit.runner.visualstudio from 2.5.6 to 2.5.7 2 years ago
  Martin Evans 39fe4263e5
Merge pull request #521 from SciSharp/dependabot/nuget/Microsoft.AspNetCore.OpenApi-8.0.2 2 years ago
  Martin Evans 7a20ec6a5f
Merge pull request #522 from SciSharp/dependabot/nuget/xunit-2.7.0 2 years ago
  dependabot[bot] 939d288384
build(deps): bump xunit from 2.6.6 to 2.7.0 2 years ago
  dependabot[bot] 03ec5d9807
build(deps): bump Microsoft.AspNetCore.OpenApi from 8.0.1 to 8.0.2 2 years ago
  Martin Evans 6230350b97
Merge pull request #515 from martindevans/warnings_cleanup 2 years ago
  Martin Evans c7d0dc915a Assorted small changes to clean up some code warnings 2 years ago
  Martin Evans 9bc129e252
Merge pull request #512 from martindevans/updated_version 2 years ago
  Martin Evans 174f21a385 0.10.0 2 years ago
  Martin Evans 633727bb73
Merge pull request #511 from martindevans/fixed_release_minor 2 years ago
  Martin Evans 69a74bb053 Commented back in the line that pushes to nuget 2 years ago
  Martin Evans d03c1a9201
Merge pull request #503 from martindevans/batched_executor_again 2 years ago
  Martin Evans 968e1e464a
Merge pull request #507 from martindevans/normalize_embeddings 2 years ago
  Martin Evans d47b6afe4d Normalizing embeddings in `LLamaEmbedder`. As is done in llama.cpp: 2891c8aa9a/examples/embedding/embedding.cpp (L92) 2 years ago
  Martin Evans a5eba9463f
Merge pull request #505 from SciSharp/dependabot/nuget/Microsoft.NET.Test.Sdk-17.9.0 2 years ago
  Martin Evans e9d9042576 Added `Divide` to `KvAccessor` 2 years ago
  Martin Evans 1cc463b9b7 Added a finalizer to `BatchedExecutor` 2 years ago
  dependabot[bot] 58b6b927c6
build(deps): bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 2 years ago
  Martin Evans 0c2cff0e1c Added a Finalizer for `Conversation` in case it is not correctly disposed. 2 years ago
  Martin Evans 949861a581 - Added a `Modify` method to `Conversation`. This grants **temporary** access to directly modify the KV cache. 2 years ago
  Martin Evans ea12ff4e07
Merge pull request #502 from vikramvee/Examples 2 years ago
  Martin Evans b0acecf080 Created a new `BatchedExecutor` which processes multiple "Conversations" in one single inference batch. This is faster, even when the conversations are unrelated, and is much faster if the conversations share some overlap (e.g. a common system prompt prefix). 2 years ago
  vikramvee ebd853fede Updated Examples 2 years ago
  Martin Evans 859160d6f7
Merge pull request #501 from martindevans/LLamaPos_inc_dec 2 years ago
  Martin Evans 90915c5a99 Added increment and decrement operators to `LLamaPos` 2 years ago
  Martin Evans 82c471eac4
Merge pull request #500 from martindevans/improved_kv_cache_methods 2 years ago
  Martin Evans a8f9262b7f
Merge pull request #499 from martindevans/better_batch_processing 2 years ago
  Martin Evans c5146bac23 - Exposed KV debug view through `SafeLLamaContextHandle` 2 years ago
  Martin Evans 744758f110 Using `AddRange` in `LLamaEmbedder` 2 years ago