LLamaSharp/LLama
Martin Evans c9c8cd0d62 - Swapped embeddings generator to use `llama_decode`
- Modified `GetEmbeddings` method to be async
2024-01-31 20:28:53 +00:00
..
Abstractions Removed all setters in `IModelParams` and `IContextParams`, allowing implementations to be immutable. 2024-01-31 17:51:50 +00:00
Common Switched form using raw integers, to a `LLamaToken` struct 2024-01-02 20:47:21 +00:00
Exceptions Swapped `StatelessExecutor` to use `llama_decode`! 2024-01-20 21:18:35 +00:00
Extensions Removed all setters in `IModelParams` and `IContextParams`, allowing implementations to be immutable. 2024-01-31 17:51:50 +00:00
Grammars Code cleanup driven by R# suggestions: 2024-01-02 03:20:21 +00:00
Native - Removed one of the constructors of `SafeLLamaHandleBase`, which implicitly states that memory is owned. Better to be explicit about this kind of thing! 2024-01-31 18:01:03 +00:00
Sampling made casts to/from int explicit, fixed places affected 2024-01-02 20:57:37 +00:00
runtimes Use llama instead of libllama in `[DllImport]` 2024-01-30 02:40:13 -05: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 Rebuild ChatSession class 2023-12-05 13:10:22 -06: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 - Removed one of the constructors of `SafeLLamaHandleBase`, which implicitly states that memory is owned. Better to be explicit about this kind of thing! 2024-01-31 18:01:03 +00:00
LLamaEmbedder.cs - Swapped embeddings generator to use `llama_decode` 2024-01-31 20:28:53 +00:00
LLamaExecutorBase.cs Switched form using raw integers, to a `LLamaToken` struct 2024-01-02 20:47:21 +00:00
LLamaInstructExecutor.cs Swapped `StatelessExecutor` to use `llama_decode`! 2024-01-20 21:18:35 +00:00
LLamaInteractExecutor.cs Swapped `StatelessExecutor` to use `llama_decode`! 2024-01-20 21:18:35 +00:00
LLamaQuantizer.cs - Removed some `unsafe` where it wasn't necessary 2024-01-02 03:39:50 +00:00
LLamaSharp.Runtime.targets Use llama instead of libllama in `[DllImport]` 2024-01-30 02:40:13 -05:00
LLamaSharp.csproj build(deps): bump System.Text.Json from 8.0.0 to 8.0.1 2024-01-29 06:45:09 +00:00
LLamaStatelessExecutor.cs Fixed build error caused by extra unnecessary parameter 2024-01-23 15:09:20 +00:00
LLamaTransforms.cs - Improved coverage of `GBNFGrammarParser` up to 96% 2023-10-13 23:54:01 +01:00
LLamaWeights.cs Improved the BatchedDecoding demo: 2024-01-20 17:39:50 +00:00
StreamingTokenDecoder.cs Fixed decoding of large tokens (over 16 bytes) in streaming text decoder 2024-01-09 17:18:27 +00:00