1324 Commits (b25f93b86dd7b13d37ea1117eb67fb67e91a1c25)
 

Author SHA1 Message Date
  eublefar a31391edd7 Polymorphic serialization for executor state and transforms 1 year ago
  eublefar 6f76d77350 Make text transform interfaces have explicit copy operation 1 year ago
  eublefar 5f3803d23c Make state editable by the user, add deepcopy to fields that require it 1 year ago
  eublefar 87fe982f10 Change method signature as suggested 1 year ago
  eublefar af796fc3e9 Change List types in executor state to arrays to enforce copy on get/set operations 1 year ago
  Rinne 6ddd45baa3
Merge pull request #602 from AsakusaRinne/add_submodule 1 year ago
  Rinne e17c8df992
Merge pull request #604 from AsakusaRinne/fix_readme_example 1 year ago
  Rinne a0dac6293f
docs: update the example in readme. 1 year ago
  Rinne 5da0b4616a
build: add llama.cpp as submodule. 1 year ago
  xbotter 3f2e5c27ff
🔧 Update package references 1 year ago
  jlsantiago 3b2836eac4
Llava api (#563) 1 year ago
  Martin Evans ce4de7d607
llama_decode lock (#595) 1 year ago
  Valentin Arthur Thomas 9deb50a2f4
update readme.md backends (#587) 1 year ago
  Clovis Henrique Ribeiro d0f79814e9
Added conditional compilation code to progress_callback (in LlamaModelParams struct) so the struct plays nice with legacy NET Framework 4.8 (#593) 1 year ago
  Rinne 884641f751
ci: add dependabot.yml 1 year ago
  Martin Evans f0b0bbcbb7
Mutable Logits (#586) 1 year ago
  Martin Evans a8ba9f05b3
March Binary Update (#565) 1 year ago
  dependabot[bot] 6f03d5ac5c
build(deps): bump Microsoft.SemanticKernel and Microsoft.SemanticKernel.Abstractions (#572) 1 year ago
  Rinne aa9a0a776b
Merge pull request #571 from SciSharp/dependabot/nuget/System.Text.Json-8.0.2 1 year ago
  dependabot[bot] 4068a6f03b
build(deps): bump System.Text.Json from 8.0.1 to 8.0.2 1 year ago
  Martin Evans defac000ad
Added a `%(RecursiveDir)` element to the props file, this causes files to be copied along with the folder structure rather than dumped into the root. (#561) 1 year ago
  eublefar e05d5d4e14 Remove resetting state ops and make SessionState.ExecutorState and SessionState.ContextState no nullable 1 year ago
  eublefar 0763f307ec Example chat session with preprocessing of chat history and reset operation that resets chat to original point of history without extra processing 1 year ago
  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. 1 year ago
  eublefar 35153a77dd Chat session Get/Load in-memory state operations, reset state ops for stateful executors and context 1 year ago
  jlsantiago ef24196444
Build Llava binaries (#556) 1 year ago
  Martin Evans 8ac1634233
Removed `llama_eval`. It is going to be completely removed in the next version of llama.cpp (#553) 1 year ago
  Martin Evans f0e7e7cc0a
Removed `SamplingApi`. it has been marked as Obsolete for a while, replaced by instance methods on `LLamaTokenDataArray` (#552) 1 year ago
  Martin Evans a0731db944
Added tests checking that memory is freed properly (#551) 1 year ago
  Martin Evans 7d84625a67
Classifier Free Guidance (#536) 1 year ago
  dependabot[bot] 364259aabe
build(deps): bump Microsoft.SemanticKernel from 1.1.0 to 1.4.0 (#544) 1 year ago
  dependabot[bot] e50f30d740
build(deps): bump Microsoft.KernelMemory.Core, System.Text.Json and Microsoft.KernelMemory.Abstractions (#546) 1 year ago
  dependabot[bot] 33827a1ba8
build(deps): bump Microsoft.SemanticKernel.Abstractions (#542) 1 year ago
  dependabot[bot] 070969b23f
build(deps): bump coverlet.collector from 6.0.0 to 6.0.1 (#540) 1 year ago
  alexhiggins732 3b5e781f1f
Add link to newly created Blazor Demo, requested by in the documentation. (#539) 1 year ago
  Martin Evans 91a7967869
`ReadOnlySpan<float>` in ISamplingPipeline (#538) 1 year ago
  Martin Evans 74a39188a2
Used `AnsiConsole` in a few more places: (#534) 1 year ago
  Scott W Harden 91ca9d2732
LLamaSharp.Examples: Document Q&A with local storage (#532) 1 year ago
  Scott W Harden a6394001a1
NativeLibraryConfig: WithLogs(LLamaLogLevel) (#529) 1 year ago
  Scott W Harden 06ffe3ac95
LLama.Examples: improve model path prompt (#526) 1 year ago
  Scott W Harden efa49cc8de
Improve "embeddings" example (#525) 1 year ago
  Martin Evans 3d7bf4287c
Merge pull request #523 from swharden/patch-1 1 year ago
  Scott W Harden 4c3077d0f0
ChatSession: improve exception message 1 year ago
  Martin Evans ca2b7cf4d5
Merge pull request #520 from SciSharp/dependabot/nuget/xunit.runner.visualstudio-2.5.7 1 year ago
  dependabot[bot] 7fbf979fe0
build(deps): bump xunit.runner.visualstudio from 2.5.6 to 2.5.7 1 year ago
  Martin Evans 39fe4263e5
Merge pull request #521 from SciSharp/dependabot/nuget/Microsoft.AspNetCore.OpenApi-8.0.2 1 year ago
  Martin Evans 7a20ec6a5f
Merge pull request #522 from SciSharp/dependabot/nuget/xunit-2.7.0 1 year ago
  dependabot[bot] 939d288384
build(deps): bump xunit from 2.6.6 to 2.7.0 1 year ago
  dependabot[bot] 03ec5d9807
build(deps): bump Microsoft.AspNetCore.OpenApi from 8.0.1 to 8.0.2 1 year ago
  Martin Evans 6230350b97
Merge pull request #515 from martindevans/warnings_cleanup 1 year ago