569 Commits (84bb5a36aba609d20992a9712cbda4c19f762033)

Author SHA1 Message Date
  Martin Evans 1ec0fee5ba Added optional `IProgress` parameter to `LoadFromFileAsync` 2 years ago
  Martin Evans 9867b4c85d Only setting callback if the token can be cancelled. 2 years ago
  Martin Evans 00df7c1516 - Added `LLamaWeights.LoadFromFileAsync`. 2 years ago
  Martin Evans 18586cc43b
Merge pull request #696 from martindevans/safe_handle_constructor_refactor 2 years ago
  Martin Evans e9fd7f96e0
Merge pull request #691 from martindevans/empty_batch_check 2 years ago
  Martin Evans a2f8573831
Merge pull request #698 from martindevans/slightly_safer_quantize_params 2 years ago
  Martin Evans d4f793a7eb Using `is` check instead of `== null` 2 years ago
  Martin Evans ecb359c9e7
- Using more specific `LoadWeightsFailedException` when a llava model fails to load (#697) 2 years ago
  Martin Evans 58ec798bff Modified `llama_model_quantize` to accept argument by `ref` instead of pointer. 2 years ago
  Martin Evans 54dab273cd - Removed unnecessary constructors from safe handles 2 years ago
  Martin Evans 25812762c9 Added checks in `Decode` to skip doing anything if the batch is empty. 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