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 98635a0d5a Fixed decoding of large tokens (over 16 bytes) in streaming text decoder 1 year ago
..
Abstractions Merge pull request #404 from martindevans/switched_to_LLamaToken_struct 1 year ago
Common Switched form using raw integers, to a `LLamaToken` struct 1 year ago
Exceptions Assorted cleanup leftover after the huge change in the last PR (comments, syntax style, etc) 2 years ago
Extensions Merge pull request #404 from martindevans/switched_to_LLamaToken_struct 1 year ago
Grammars Code cleanup driven by R# suggestions: 1 year ago
Native Fixed decoding of large tokens (over 16 bytes) in streaming text decoder 1 year ago
Sampling made casts to/from int explicit, fixed places affected 1 year ago
runtimes Updated binaries: 1 year 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 1 year 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 made casts to/from int explicit, fixed places affected 1 year ago
LLamaEmbedder.cs - Removed some `unsafe` where it wasn't necessary 1 year ago
LLamaExecutorBase.cs Switched form using raw integers, to a `LLamaToken` struct 1 year ago
LLamaInstructExecutor.cs Switched form using raw integers, to a `LLamaToken` struct 1 year ago
LLamaInteractExecutor.cs Switched form using raw integers, to a `LLamaToken` struct 1 year ago
LLamaQuantizer.cs - Removed some `unsafe` where it wasn't necessary 1 year ago
LLamaSharp.Runtime.targets Added `native/` back into path prefix 2 years ago
LLamaSharp.csproj Prevent compilation errors due to duplicated assembly info 1 year ago
LLamaStatelessExecutor.cs made casts to/from int explicit, fixed places affected 1 year ago
LLamaTransforms.cs - Improved coverage of `GBNFGrammarParser` up to 96% 2 years ago
LLamaWeights.cs Switched form using raw integers, to a `LLamaToken` struct 1 year ago
StreamingTokenDecoder.cs Fixed decoding of large tokens (over 16 bytes) in streaming text decoder 1 year ago