82 Commits (master)

Author SHA1 Message Date
  Martin Evans 3ba49754b1 Removed (marked as obsolete) prompting with a string for `Conversation`. Tokenization requires extra parameters (e.g. addBos, special) which require special considersation. For now it's better to tokenize using other tools and pass the tokens directly. 1 year ago
  Rinne 6bf010d719
Merge pull request #689 from zsogitbe/master 1 year ago
  Rinne 495177fd0f fix: typos. 1 year ago
  Rinne 98909dc2af
Merge pull request #708 from AsakusaRinne/llama3_support 1 year ago
  Rinne 175b25d4f7
Add LLaMA3 chat session example. 1 year ago
  Martin Evans 377ebf3664 - Added `LoadFromFileAsync` method for `LLavaWeights` 1 year ago
  Martin Evans 00df7c1516 - Added `LLamaWeights.LoadFromFileAsync`. 1 year ago
  Zoli Somogyi ab8dd0dfc7 Correcting non-standard way of working with PromptExecutionSettings 1 year ago
  Zoli Somogyi 156d7bb463 Revert "Standardizing Image Data implementation" 1 year ago
  Zoli Somogyi 6bd269da60 Revert "Simplifying image handling" 1 year ago
  Zoli Somogyi f264024666 Simplifying image handling 1 year ago
  Zoli Somogyi b2423fe6e9 Standardizing Image Data implementation 1 year ago
  Martin Evans ccc49eb1e0
BatchedExecutor Save/Load (#681) 1 year ago
  Martin Evans c325ac9127
April 2024 Binary Update (#662) 1 year ago
  jlsantiago 399e81d314
Merge pull request #664 from SignalRT/LLavaResetOnImageChange 1 year ago
  Martin Evans 274ab6e578
Merge pull request #663 from martindevans/remove_example_context_size 1 year ago
  Martin Evans 6b816dd51b Removed context size from SpeechChat 1 year ago
  SignalRT 168f697db6 Clean up and align documentation with the changes in the interface 1 year ago
  SignalRT aa11562f62 Link the llama.cpp reference about reset llava contex 1 year ago
  SignalRT d6890e4ec4 Initial approach to clear images 1 year ago
  Martin Evans 64db478578 Removed `ContextSize` from most examples. If it's not set it's retrieved from the model, which is usually what you want! 1 year ago
  jlsantiago 8dd9101f8d
Merge pull request #653 from zsogitbe/master 1 year ago
  Lyrcaxis b66b49de58 typo fix 1 year ago
  Zoli Somogyi f4fad825c7 Simplifying image handling 1 year ago
  Lyrcaxis 8316c2c3c0 addressed change requests 1 year ago
  Lyrcaxis 8c94659dbc naming adjustments & beam sampling 1 year ago
  Lyrcaxis c86d4b9aba spaces vs tabs 1 year ago
  Lyrcaxis 417ed94a46 Example with GPU support 1 year ago
  Zoli Somogyi e991e631f9 Standardizing Image Data implementation 1 year ago
  Lyrcaxis 469ec0d68a minor fixup 1 year ago
  Lyrcaxis 9e513204db Added Whisper.net x LLamaSharp examples for Speech Detection and Speech Chat 1 year ago
  Rinne ec8f832365
fix: add cuda llava native libraries. 1 year ago
  Rinne b9444452eb
docs: refactor the documentations. 1 year ago
  SignalRT 43677c511c Change interface to support multiple images and add the capabitlity to render the image in the console 1 year ago
  SignalRT e8732efadd Example InteractiveExecutor 1 year ago
  Rinne b677cdc6a3
Merge pull request #560 from eublefar/feature/chat-session-state-management 1 year ago
  Martin Evans e2705be6c8
Fixed off by one error in LLamaBatch sampling position (#626) 1 year ago
  eublefar 9440f153da Make process message method more flexible 1 year ago
  Martin Evans ad682fbebd
`BatchedExecutor.Create()` method (#613) 1 year ago
  eublefar a31391edd7 Polymorphic serialization for executor state and transforms 1 year ago
  Martin Evans f0b0bbcbb7
Mutable Logits (#586) 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
  Martin Evans 7d84625a67
Classifier Free Guidance (#536) 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 06ffe3ac95
LLama.Examples: improve model path prompt (#526) 1 year ago
  Scott W Harden efa49cc8de
Improve "embeddings" example (#525) 1 year 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). 1 year ago
  Martin Evans 92b9bbe779 Added methods to `SafeLLamaContextHandle` for KV cache manipulation 1 year ago