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.
 
 
 
 
 
 
SignalRT fb95bbb4e0 Merge remote-tracking branch 'upstream/master' into RuntimeDetection 2 years ago
..
Abstractions Revert "Merge branch 'pr/268' into RuntimeDetection" 2 years ago
Common Revert "Merge branch 'pr/268' into RuntimeDetection" 2 years ago
Exceptions Assorted cleanup leftover after the huge change in the last PR (comments, syntax style, etc) 2 years ago
Extensions Revert "Merge branch 'pr/268' into RuntimeDetection" 2 years ago
Grammars Assorted cleanup leftover after the huge change in the last PR (comments, syntax style, etc) 2 years ago
Native Revert "Merge branch 'pr/268' into RuntimeDetection" 2 years ago
runtimes Revert "Merge feat: add detection template for cuda and avx. #268" 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 Revert "Merge feat: add detection template for cuda and avx. #268" 2 years ago
LLamaSharp.csproj Revert "Merge branch 'pr/268' into RuntimeDetection" 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