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 31244ae691
Merge branch 'master' into YaRN_scaling_parameters
2 years ago
..
Abstractions Merge branch 'master' into YaRN_scaling_parameters 2 years ago
Common Merge branch 'master' into YaRN_scaling_parameters 2 years ago
Exceptions Assorted cleanup leftover after the huge change in the last PR (comments, syntax style, etc) 2 years ago
Extensions Merge branch 'master' into YaRN_scaling_parameters 2 years ago
Grammars Assorted cleanup leftover after the huge change in the last PR (comments, syntax style, etc) 2 years ago
Native Merge branch 'master' into YaRN_scaling_parameters 2 years ago
runtimes Added all binaries from this run: https://github.com/SciSharp/LLamaSharp/actions/runs/6762323560 2 years ago
AntipromptProcessor.cs Added two new classes for detokenization tasks: 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 Improved method return description 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 Fixed `Eval` on platforms < dotnet 5 2 years ago
LLamaEmbedder.cs Added logging to embedder too 2 years ago
LLamaExecutorBase.cs - Removed all `TokenToString` methods (it's never correct to use them, because sometimes one single character may be represented by multiple tokens). 2 years ago
LLamaInstructExecutor.cs It works! 2 years ago
LLamaInteractExecutor.cs It works! 2 years ago
LLamaQuantizer.cs Assorted cleanup leftover after the huge change in the last PR (comments, syntax style, etc) 2 years ago
LLamaSharp.Runtime.targets ggml-metal.metal MUST be copied to output folder 2 years ago
LLamaSharp.csproj Add Microsoft.Extensions.Logging.Abstractions, update any required deps 2 years ago
LLamaStatelessExecutor.cs Moved helper methods into `LLamaBatchSafeHandle` 2 years ago
LLamaTransforms.cs - Improved coverage of `GBNFGrammarParser` up to 96% 2 years ago
LLamaWeights.cs Reduced some uses of `NativeApi` in `BatchedDecoding` by adding some helper methods 2 years ago
StreamingTokenDecoder.cs Fixed decoding of text "accumulating" over time (never properly clearing buffer) 2 years ago