LLamaSharp/LLama
SignalRT 43677c511c Change interface to support multiple images and add the capabitlity to render the image in the console 2024-03-26 23:19:32 +01:00
..
Abstractions Change interface to support multiple images and add the capabitlity to render the image in the console 2024-03-26 23:19:32 +01:00
Batched BatchedExecutor Fixed Forking (#621) 2024-03-20 16:36:01 +00:00
Common Merge pull request #560 from eublefar/feature/chat-session-state-management 2024-03-26 11:44:29 +08:00
Exceptions Swapped `StatelessExecutor` to use `llama_decode`! 2024-01-20 21:18:35 +00:00
Extensions March Binary Update (#565) 2024-03-06 15:19:42 +00:00
Grammars Code cleanup driven by R# suggestions: 2024-01-02 03:20:21 +00:00
Native Include comments and include some checks 2024-03-26 23:19:32 +01:00
Sampling Mutable Logits (#586) 2024-03-10 13:56:11 +00:00
runtimes March Binary Update (#565) 2024-03-06 15:19:42 +00:00
AntipromptProcessor.cs Make AntipromptProcessor public 2023-11-14 21:41:12 +13:00
AssemblyAttributes.cs - Created a higher level `Grammar` class which is immutable and contains a list of grammar rules. This is the main "entry point" to the grammar system. 2023-08-31 00:02:50 +01:00
ChatSession.cs loadTransforms flag for LoadSession methods 2024-03-21 12:18:38 +01:00
GlobalSuppressions.cs - Created a higher level `Grammar` class which is immutable and contains a list of grammar rules. This is the main "entry point" to the grammar system. 2023-08-31 00:02:50 +01:00
LLamaContext.cs Merge pull request #560 from eublefar/feature/chat-session-state-management 2024-03-26 11:44:29 +08:00
LLamaEmbedder.cs Normalizing embeddings in `LLamaEmbedder`. As is done in llama.cpp: 2891c8aa9a/examples/embedding/embedding.cpp (L92) 2024-02-13 02:09:35 +00:00
LLamaExecutorBase.cs Change interface to support multiple images and add the capabitlity to render the image in the console 2024-03-26 23:19:32 +01:00
LLamaInstructExecutor.cs Change List types in executor state to arrays to enforce copy on get/set operations 2024-03-17 11:58:26 +01:00
LLamaInteractExecutor.cs Change interface to support multiple images and add the capabitlity to render the image in the console 2024-03-26 23:19:32 +01:00
LLamaQuantizer.cs March Binary Update (#565) 2024-03-06 15:19:42 +00:00
LLamaSharp.Runtime.targets Llava api (#563) 2024-03-13 22:10:44 +00:00
LLamaSharp.csproj build(deps): bump System.Text.Json from 8.0.1 to 8.0.2 2024-03-04 07:04:42 +00:00
LLamaStatelessExecutor.cs Change interface to support multiple images and add the capabitlity to render the image in the console 2024-03-26 23:19:32 +01:00
LLamaTransforms.cs Polymorphic serialization for executor state and transforms 2024-03-17 15:34:36 +01:00
LLamaWeights.cs Improved the BatchedDecoding demo: 2024-01-20 17:39:50 +00:00
LLavaWeights.cs Include comments and include some checks 2024-03-26 23:19:32 +01:00
StreamingTokenDecoder.cs Assorted small changes to clean up some code warnings 2024-02-17 23:07:10 +00:00