LLamaSharp/LLama/Native
Martin Evans d3b8ee988c
Beam Search (#155)
* Added the low level bindings to beam search.
2023-09-07 19:26:51 +01:00
..
LLamaBeamView.cs Beam Search (#155) 2023-09-07 19:26:51 +01:00
LLamaBeamsState.cs Beam Search (#155) 2023-09-07 19:26:51 +01:00
LLamaContextParams.cs Initial changes required for GGUF support 2023-08-27 00:14:40 +01:00
LLamaFtype.cs Initial changes required for GGUF support 2023-08-27 00:14:40 +01:00
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. 2023-08-31 00:02:50 +01:00
LLamaModelQuantizeParams.cs Improved type conversion 2023-08-23 19:36:14 +01:00
LLamaTokenData.cs - Applied a lot of minor R# code quality suggestions. Lots of unnecessary imports removed. 2023-08-22 23:20:13 +01:00
LLamaTokenDataArray.cs Removed unnecessary parameters from some low level sampler methods 2023-08-26 21:38:24 +01:00
NativeApi.BeamSearch.cs Beam Search (#155) 2023-09-07 19:26:51 +01:00
NativeApi.Grammar.cs - Created a slightly nicer way to create grammar (from `IReadOnlyList<IReadOnlyList<LLamaGrammarElement>>`) 2023-08-17 19:29:15 +01:00
NativeApi.Quantize.cs - Applied a lot of minor R# code quality suggestions. Lots of unnecessary imports removed. 2023-08-22 23:20:13 +01:00
NativeApi.Sampling.cs Removed duplicate `llama_sample_classifier_free_guidance` method 2023-09-04 00:48:27 +01:00
NativeApi.cs Added some comments on various native methods 2023-09-02 02:22:11 +01:00
SafeLLamaContextHandle.cs Rewritten TokenToSpan/TokenToString to better fit the new way it's done in llama.cpp with a few different options: 2023-08-27 00:15:56 +01:00
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. 2023-08-31 00:02:50 +01:00
SafeLLamaHandleBase.cs - Fixed null check 2023-07-25 16:23:25 +01:00
SafeLlamaModelHandle.cs - Added a `TokensEndsWithAnyString` extension to `IReadOnlyList<int>` which efficiently checks if a set of tokens ends with one of a set of strings. 2023-09-06 19:44:19 +01:00
SamplingApi.cs Added some comments on various native methods 2023-09-02 02:22:11 +01:00