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 6a842014ac Removed duplicate `llama_sample_classifier_free_guidance` method 2 years ago
..
LLamaContextParams.cs Initial changes required for GGUF support 2 years ago
LLamaFtype.cs Initial changes required for GGUF support 2 years ago
LLamaGrammarElement.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
LLamaModelQuantizeParams.cs Improved type conversion 2 years ago
LLamaTokenData.cs - Applied a lot of minor R# code quality suggestions. Lots of unnecessary imports removed. 2 years ago
LLamaTokenDataArray.cs Removed unnecessary parameters from some low level sampler methods 2 years ago
NativeApi.Grammar.cs - Created a slightly nicer way to create grammar (from `IReadOnlyList<IReadOnlyList<LLamaGrammarElement>>`) 2 years ago
NativeApi.Quantize.cs - Applied a lot of minor R# code quality suggestions. Lots of unnecessary imports removed. 2 years ago
NativeApi.Sampling.cs Removed duplicate `llama_sample_classifier_free_guidance` method 2 years ago
NativeApi.cs Added some comments on various native methods 2 years ago
SafeLLamaContextHandle.cs Rewritten TokenToSpan/TokenToString to better fit the new way it's done in llama.cpp with a few different options: 2 years ago
SafeLLamaGrammarHandle.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
SafeLLamaHandleBase.cs - Fixed null check 2 years ago
SafeLlamaModelHandle.cs Added binaries generated by this action: https://github.com/SciSharp/LLamaSharp/actions/runs/6002797872/job/16279896150 2 years ago
SamplingApi.cs Added some comments on various native methods 2 years ago