22 Commits (b9444452ebd15f9a35a1cef304865f0287a8fc43)

Author SHA1 Message Date
  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 a2bae178fa Added a `Metadata` property to `LLamaWeights` 1 year ago
  Martin Evans 77003d763e Added new symbols from llama.h 2 years ago
  Martin Evans 669ae47ef7 - Split parameters into two interfaces 2 years ago
  Martin Evans 9a0a0ae9fe Removed cloning support 2 years ago
  Martin Evans bca55eace0 Initial changes to match the llama.cpp changes 2 years ago
  Martin Evans bba801f4b7 Added a property to get the KV cache size from a context 2 years ago
  SignalRT fb007e5921 Changes to compile in VS Mac + change model to llama2 2 years ago
  Martin Evans 95dc12dd76 Switched to codellama-7b.gguf in tests (probably temporarily) 2 years ago
  Martin Evans 0c98ae1955 Passing ctx to `llama_token_nl(_ctx)` 2 years ago
  Martin Evans 5a6c6de0dc
Merge pull request #115 from martindevans/model_params_record 2 years ago
  Martin Evans ebacdb666d - Moved the lower level state get/set methods onto SafeLLamaContextHandle 2 years ago
  Martin Evans 29df14cd9c Converted ModelParams into a `record` class. This has several advantages: 2 years ago
  Martin Evans 2830e5755c - Applied a lot of minor R# code quality suggestions. Lots of unnecessary imports removed. 2 years ago
  Martin Evans 9fc17f3136 Fixed unit tests 2 years ago
  Martin Evans 1db7292b05 Fixed conflicts caused by merging of multi context PR 2 years ago
  Martin Evans 1b35be2e0c Added some additional basic tests 2 years ago
  Martin Evans f3511e390f WIP demonstrating changes to support multi-context. You can see this in use in `TalkToYourself`, along with notes on what still needs improving. 2 years ago
  SignalRT 528a7aafcb Merge test changes from @martindevans 2 years ago
  Yaohui Liu 56c56b9c51
refactor: drop LLamaModelV1. 2 years ago
  Yaohui Liu 8978410eab
docs: add examples for running LLamaSharp. 2 years ago
  Yaohui Liu 5a79edeb51
feat: add the framework and basic usages. 2 years ago