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 e3468d04f0
Merge pull request #277 from martindevans/feature/min_p
2 years ago
..
Abstractions Merge pull request #277 from martindevans/feature/min_p 2 years ago
Common Merge pull request #277 from martindevans/feature/min_p 2 years ago
Exceptions Assorted cleanup leftover after the huge change in the last PR (comments, syntax style, etc) 2 years ago
Extensions Merge remote-tracking branch 'upstream/master' 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 Merge pull request #277 from martindevans/feature/min_p 2 years ago
runtimes Merge branch 'master' of github.com:AsakusaRinne/LLamaSharp into cuda_detection 2 years ago
AntipromptProcessor.cs feat: optimize apis for cuda feature detection. 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 - Added support for the MinP sampler 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 - Added support for the MinP sampler 2 years ago
LLamaInteractExecutor.cs - Added support for the MinP sampler 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 Merge branch 'master' of github.com:AsakusaRinne/LLamaSharp into cuda_detection 2 years ago
LLamaSharp.csproj build: change nuget configuration for cuda detection. 2 years ago
LLamaStatelessExecutor.cs - Added support for the MinP sampler 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 feat: optimize apis for cuda feature detection. 2 years ago