1145 Commits (f66044fba27caa159dde1f76c8d19e3766c1122f)
 

Author SHA1 Message Date
  SignalRT f66044fba2 Restore CI on master 1 year ago
  SignalRT 8907adcd8e Clean up duplicate property 1 year ago
  SignalRT 4c013aefd4 Disable Llava Embed test on CI 1 year ago
  SignalRT e8732efadd Example InteractiveExecutor 1 year ago
  SignalRT 59a3323c94 Temporary change to compile on current branch 1 year ago
  SignalRT df6a207e95 Revert "Try only to add cublas for the moment" 1 year ago
  SignalRT 6589878314 Try only to add cublas for the moment 1 year ago
  SignalRT 23a2df7aff Add Cuda llava_shared library 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
  Martin Evans a2d3a847dd
Disabled LLava tests, they're too slow and are crashing CI (#625) 1 year 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) 1 year ago
  eublefar b8cd5b7ee5 loadTransforms flag for LoadSession methods 1 year ago
  eublefar 9440f153da Make process message method more flexible 1 year ago
  Martin Evans 268f3a6b07
BatchedExecutor Fixed Forking (#621) 1 year ago
  Martin Evans ad682fbebd
`BatchedExecutor.Create()` method (#613) 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
  Martin Evans 024787225b
`SetDllImportResolver` based loading (#603) 1 year ago
  eublefar d88f9e1199 Return null executor state if it's serialized in an old way 1 year ago
  eublefar 00c873a197 Avoid saving empty context state in binary format, it smh messes with the llama.cpp 1 year ago
  eublefar a31391edd7 Polymorphic serialization for executor state and transforms 1 year ago
  eublefar 6f76d77350 Make text transform interfaces have explicit copy operation 1 year ago
  eublefar 5f3803d23c Make state editable by the user, add deepcopy to fields that require it 1 year ago
  eublefar 87fe982f10 Change method signature as suggested 1 year ago
  eublefar af796fc3e9 Change List types in executor state to arrays to enforce copy on get/set operations 1 year ago
  Rinne 6ddd45baa3
Merge pull request #602 from AsakusaRinne/add_submodule 1 year ago
  Rinne e17c8df992
Merge pull request #604 from AsakusaRinne/fix_readme_example 1 year ago
  Rinne a0dac6293f
docs: update the example in readme. 1 year ago
  Rinne 5da0b4616a
build: add llama.cpp as submodule. 1 year ago
  xbotter 3f2e5c27ff
🔧 Update package references 1 year ago
  jlsantiago 3b2836eac4
Llava api (#563) 1 year ago
  Martin Evans ce4de7d607
llama_decode lock (#595) 1 year ago
  Valentin Arthur Thomas 9deb50a2f4
update readme.md backends (#587) 1 year 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) 1 year ago
  Rinne 884641f751
ci: add dependabot.yml 1 year ago
  Martin Evans f0b0bbcbb7
Mutable Logits (#586) 1 year ago
  Martin Evans a8ba9f05b3
March Binary Update (#565) 1 year ago
  dependabot[bot] 6f03d5ac5c
build(deps): bump Microsoft.SemanticKernel and Microsoft.SemanticKernel.Abstractions (#572) 1 year ago
  Rinne aa9a0a776b
Merge pull request #571 from SciSharp/dependabot/nuget/System.Text.Json-8.0.2 1 year ago
  dependabot[bot] 4068a6f03b
build(deps): bump System.Text.Json from 8.0.1 to 8.0.2 1 year ago
  Martin Evans defac000ad
Added a `%(RecursiveDir)` element to the props file, this causes files to be copied along with the folder structure rather than dumped into the root. (#561) 1 year ago
  eublefar e05d5d4e14 Remove resetting state ops and make SessionState.ExecutorState and SessionState.ContextState no nullable 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
  eublefar b2f7dbb39b AddPromptAsync method for stateful executors, Chat session initialize from history and process system message methods for pre-processing prompts. Serializing executor state to JSON, to avoid saved states from being updated by reference. 1 year ago
  eublefar 35153a77dd Chat session Get/Load in-memory state operations, reset state ops for stateful executors and context 1 year ago
  jlsantiago ef24196444
Build Llava binaries (#556) 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 f0e7e7cc0a
Removed `SamplingApi`. it has been marked as Obsolete for a while, replaced by instance methods on `LLamaTokenDataArray` (#552) 1 year ago
  Martin Evans a0731db944
Added tests checking that memory is freed properly (#551) 1 year ago