559 Commits (54dab273cdb671e01da21e2b1d374bba767dc244)

Author SHA1 Message Date
  Martin Evans 54dab273cd - Removed unnecessary constructors from safe handles 2 years ago
  Martin Evans ccc49eb1e0
BatchedExecutor Save/Load (#681) 2 years ago
  Lyrcaxis f01c13ee54
Made special tokens included in prompts tokenize as intended (#677) 2 years ago
  Martin Evans 3c76440957 - Added tests for generating embeddings with generative model and embedding model 2 years ago
  Zoli Somogyi 89217f73ca
Embeddings correction (#674) 2 years ago
  Martin Evans c325ac9127
April 2024 Binary Update (#662) 2 years ago
  SignalRT 168f697db6 Clean up and align documentation with the changes in the interface 2 years ago
  SignalRT d6890e4ec4 Initial approach to clear images 2 years ago
  Zoli Somogyi f4fad825c7 Simplifying image handling 2 years ago
  Zoli Somogyi 44a82b0f3f Download image implementation 2 years ago
  Zoli Somogyi e991e631f9 Standardizing Image Data implementation 2 years ago
  Zoli Somogyi d3c5a42040 Extension LLava with in memory images 2 years ago
  Rinne 544a38d3bd Merge branch 'master' of github.com:AsakusaRinne/LLamaSharp into release_0.11.2 2 years ago
  Rinne 4640c6af04 release: update release info of packages. 2 years ago
  Rinne 045850819e
Merge pull request #647 from AsakusaRinne/fix_llava_backend 2 years ago
  Martin Evans 58107bb5b9
Logging interceptor (#649) 2 years ago
  Rinne ec8f832365
fix: add cuda llava native libraries. 2 years ago
  liuyaohui.lyh f7bd458341 fix: llava backend ignores avx and cuda. 2 years ago
  Rinne 4038a39843
Merge pull request #637 from SciSharp/dependabot/nuget/Microsoft.Extensions.Logging.Abstractions-8.0.1 2 years ago
  dependabot[bot] 1bfb900fbe
build(deps): bump Microsoft.Extensions.Logging.Abstractions 2 years ago
  dependabot[bot] 1d163352a0
build(deps): bump System.Text.Json from 8.0.2 to 8.0.3 2 years ago
  Rinne 3bc952cf60
Merge pull request #633 from AsakusaRinne/doc_ci 2 years ago
  Rinne b941540aaf
fix errors in nuspecs. 2 years ago
  Rinne d104d9a85b
fix the missing of llava_shared library. 2 years ago
  Rinne b4317eebbe
Merge pull request #632 from AsakusaRinne/master 2 years ago
  Rinne d67658a0d6
docs: update the information to v0.11.0. 2 years ago
  evolcano 353412923f Merge branch 'master' of https://github.com/SciSharp/LLamaSharp 2 years ago
  evolcano 9d091c0316 Add path to find llama.dll for MAUI 2 years ago
  SignalRT 43677c511c Change interface to support multiple images and add the capabitlity to render the image in the console 2 years ago
  SignalRT 2d9a114f66 Include comments and include some checks 2 years ago
  SignalRT 8907adcd8e Clean up duplicate property 2 years ago
  SignalRT e8732efadd Example InteractiveExecutor 2 years ago
  Rinne b677cdc6a3
Merge pull request #560 from eublefar/feature/chat-session-state-management 2 years ago
  Martin Evans e2705be6c8
Fixed off by one error in LLamaBatch sampling position (#626) 2 years ago
  Martin Evans 91d72e7465
Keeping track of positions where logits will be generated in a batch and what sequence those logits are associated with. (#624) 2 years ago
  eublefar b8cd5b7ee5 loadTransforms flag for LoadSession methods 2 years ago
  eublefar 9440f153da Make process message method more flexible 2 years ago
  Martin Evans 268f3a6b07
BatchedExecutor Fixed Forking (#621) 2 years ago
  Martin Evans ad682fbebd
`BatchedExecutor.Create()` method (#613) 2 years ago
  Martin Evans 024787225b
`SetDllImportResolver` based loading (#603) 2 years ago
  eublefar d88f9e1199 Return null executor state if it's serialized in an old way 2 years ago
  eublefar 00c873a197 Avoid saving empty context state in binary format, it smh messes with the llama.cpp 2 years ago
  eublefar a31391edd7 Polymorphic serialization for executor state and transforms 2 years ago
  eublefar 6f76d77350 Make text transform interfaces have explicit copy operation 2 years ago
  eublefar 5f3803d23c Make state editable by the user, add deepcopy to fields that require it 2 years ago
  eublefar 87fe982f10 Change method signature as suggested 2 years ago
  eublefar af796fc3e9 Change List types in executor state to arrays to enforce copy on get/set operations 2 years ago
  jlsantiago 3b2836eac4
Llava api (#563) 2 years ago
  Martin Evans ce4de7d607
llama_decode lock (#595) 2 years 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) 2 years ago