You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Martin Evans c9c8cd0d62 - Swapped embeddings generator to use `llama_decode` 2 years ago
..
Abstractions Removed all setters in `IModelParams` and `IContextParams`, allowing implementations to be immutable. 2 years ago
Common Switched form using raw integers, to a `LLamaToken` struct 2 years ago
Exceptions Swapped `StatelessExecutor` to use `llama_decode`! 2 years ago
Extensions Removed all setters in `IModelParams` and `IContextParams`, allowing implementations to be immutable. 2 years ago
Grammars Code cleanup driven by R# suggestions: 2 years ago
Native - Removed one of the constructors of `SafeLLamaHandleBase`, which implicitly states that memory is owned. Better to be explicit about this kind of thing! 2 years ago
Sampling made casts to/from int explicit, fixed places affected 2 years ago
runtimes Use llama instead of libllama in `[DllImport]` 2 years ago
AntipromptProcessor.cs Make AntipromptProcessor public 2 years ago
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. 2 years ago
ChatSession.cs Rebuild ChatSession class 2 years ago
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. 2 years ago
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! 2 years ago
LLamaEmbedder.cs - Swapped embeddings generator to use `llama_decode` 2 years ago
LLamaExecutorBase.cs Switched form using raw integers, to a `LLamaToken` struct 2 years ago
LLamaInstructExecutor.cs Swapped `StatelessExecutor` to use `llama_decode`! 2 years ago
LLamaInteractExecutor.cs Swapped `StatelessExecutor` to use `llama_decode`! 2 years ago
LLamaQuantizer.cs - Removed some `unsafe` where it wasn't necessary 2 years ago
LLamaSharp.Runtime.targets Use llama instead of libllama in `[DllImport]` 2 years ago
LLamaSharp.csproj build(deps): bump System.Text.Json from 8.0.0 to 8.0.1 2 years ago
LLamaStatelessExecutor.cs Fixed build error caused by extra unnecessary parameter 2 years ago
LLamaTransforms.cs - Improved coverage of `GBNFGrammarParser` up to 96% 2 years ago
LLamaWeights.cs Improved the BatchedDecoding demo: 2 years ago
StreamingTokenDecoder.cs Fixed decoding of large tokens (over 16 bytes) in streaming text decoder 2 years ago