154 Commits (master)

Author SHA1 Message Date
  Martin Evans 4332ab3813 Changes based on review feedback: 1 year ago
  Martin Evans a0335f67a4 - Added `LLamaTemplate` which efficiently formats a series of messages according to the model template. 1 year ago
  Zoli Somogyi ab8dd0dfc7 Correcting non-standard way of working with PromptExecutionSettings 1 year ago
  SignalRT b416966ec4 Disable Metal on CI UnitTest 1 year ago
  Martin Evans 550f2f7684 Fixed build due to changes in unit tests 1 year ago
  jlsantiago df9a549e64
Merge branch 'master' into master 1 year ago
  Martin Evans 3c76440957 - Added tests for generating embeddings with generative model and embedding model 1 year ago
  SignalRT 49f437f3ec Typo on comment. Disable Metal on MacOS / OSX 1 year ago
  SignalRT 53ae904875 Set GPULayerCount to execute the Test 1 year ago
  SignalRT e6b7141188 Change attribute to a Filter to disable test on CI 1 year ago
  SignalRT bb5d7e189d Create an Specific Fact attribute to disable some test on CI and execute that test on Debug 1 year ago
  SignalRT cbe0c0ef3e Disable metal 1 year ago
  SignalRT 74bde89a61 Test to disable metal on test 1 year ago
  Martin Evans c325ac9127
April 2024 Binary Update (#662) 1 year ago
  Martin Evans c760cb5f16 - Fixed beam search test to use decode 1 year ago
  SignalRT 4c013aefd4 Disable Llava Embed test on CI 1 year ago
  SignalRT e8732efadd Example InteractiveExecutor 1 year ago
  Martin Evans a2d3a847dd
Disabled LLava tests, they're too slow and are crashing CI (#625) 1 year ago
  Rinne e3ecc318ff
Merge pull request #612 from xbotter/deps/sk-1.6.2 1 year ago
  xbotter a019b5cc24
📝 Update LLamaSharpChatCompletion and LLama.Unittest 1 year ago
  jlsantiago 3b2836eac4
Llava api (#563) 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 a0731db944
Added tests checking that memory is freed properly (#551) 1 year ago
  dependabot[bot] 070969b23f
build(deps): bump coverlet.collector from 6.0.0 to 6.0.1 (#540) 1 year ago
  dependabot[bot] 7fbf979fe0
build(deps): bump xunit.runner.visualstudio from 2.5.6 to 2.5.7 1 year ago
  dependabot[bot] 939d288384
build(deps): bump xunit from 2.6.6 to 2.7.0 1 year ago
  Martin Evans c7d0dc915a Assorted small changes to clean up some code warnings 1 year ago
  Martin Evans d47b6afe4d Normalizing embeddings in `LLamaEmbedder`. As is done in llama.cpp: 2891c8aa9a/examples/embedding/embedding.cpp (L92) 1 year ago
  dependabot[bot] 58b6b927c6
build(deps): bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 1 year ago
  Martin Evans df38d73c79 Switched to `Q3_K_S` for unit test model, instead of `Q4`. This is almost 1gb smaller, and _may_ make the macos tests less flakey. 1 year ago
  Martin Evans 15a98b36d8 Updated everything to work with llama.cpp ce32060198 1 year ago
  Martin Evans c9c8cd0d62 - Swapped embeddings generator to use `llama_decode` 1 year ago
  Martin Evans 9b995510d6 Removed all setters in `IModelParams` and `IContextParams`, allowing implementations to be immutable. 1 year ago
  Martin Evans 96c26c25f5
Merge pull request #445 from martindevans/stateless_executor_llama_decode 1 year ago
  dependabot[bot] 3d4c3c5509
build(deps): bump xunit from 2.6.5 to 2.6.6 1 year ago
  Martin Evans a2e29d393c Swapped `StatelessExecutor` to use `llama_decode`! 1 year ago
  Martin Evans 99969e538e - Removed some unused `eval` methods. 1 year ago
  Martin Evans 1472704e12 Added a test with examples of troublesome strings from 0.9.1 1 year ago
  Martin Evans 2ea2048b78 - Added a test for tokenizing just a new line (reproduce issue https://github.com/SciSharp/LLamaSharp/issues/430) 1 year ago
  Martin Evans 98635a0d5a Fixed decoding of large tokens (over 16 bytes) in streaming text decoder 1 year ago
  Martin Evans 402a110a3a
Merge pull request #404 from martindevans/switched_to_LLamaToken_struct 1 year ago
  dependabot[bot] 4a6f07943c
build(deps): bump xunit from 2.6.4 to 2.6.5 1 year ago
  Martin Evans eebe4cb120 Added a new test (commented out for now) which reproduces the issue reported in #394 1 year ago
  Martin Evans 82727c4414 Removed collection expressions from test 1 year ago
  Martin Evans 42be9b136d Switched form using raw integers, to a `LLamaToken` struct 1 year ago
  dependabot[bot] 57fdac493a
build(deps): bump xunit.runner.visualstudio from 2.5.5 to 2.5.6 1 year ago
  dependabot[bot] 58e5a84d54
build(deps): bump xunit from 2.6.3 to 2.6.4 1 year ago
  Martin Evans f0d7468b22
Merge pull request #356 from xbotter/deps/sk-rc3 1 year ago
  Martin Evans a2bae178fa Added a `Metadata` property to `LLamaWeights` 1 year ago
  Martin Evans db7ecf5a43 Added a method to create a clone of a grammar instance 1 year ago