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 90915c5a99 Added increment and decrement operators to `LLamaPos` 2 years ago
..
Abstractions Updated everything to work with llama.cpp ce32060198b7e2d6a13a9b8e1e1369e3c295ae2a 2 years ago
Common Updated everything to work with llama.cpp ce32060198b7e2d6a13a9b8e1e1369e3c295ae2a 2 years ago
Exceptions Swapped `StatelessExecutor` to use `llama_decode`! 2 years ago
Extensions Updated everything to work with llama.cpp ce32060198b7e2d6a13a9b8e1e1369e3c295ae2a 2 years ago
Grammars Code cleanup driven by R# suggestions: 2 years ago
Native Added increment and decrement operators to `LLamaPos` 2 years ago
Sampling made casts to/from int explicit, fixed places affected 2 years ago
runtimes Merge pull request #479 from martindevans/update_binaries_feb_2024 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 Updated everything to work with llama.cpp ce32060198b7e2d6a13a9b8e1e1369e3c295ae2a 2 years ago
LLamaEmbedder.cs Using `AddRange` in `LLamaEmbedder` 2 years ago
LLamaExecutorBase.cs Updated everything to work with llama.cpp ce32060198b7e2d6a13a9b8e1e1369e3c295ae2a 2 years ago
LLamaInstructExecutor.cs Fixed number type 2 years ago
LLamaInteractExecutor.cs Updated everything to work with llama.cpp ce32060198b7e2d6a13a9b8e1e1369e3c295ae2a 2 years ago
LLamaQuantizer.cs Added new file types to quantisation 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