LLamaSharp/LLama/Native
Rinne 4e83e48ad1
Merge pull request #122 from martindevans/gguf
Add GGUF support
2023-09-02 11:54:50 +08: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.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 Two small improvements to the native sampling API: 2023-08-26 01:25:48 +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 binaries generated by this action: https://github.com/SciSharp/LLamaSharp/actions/runs/6002797872/job/16279896150 2023-08-28 19:48:31 +01:00
SamplingApi.cs Added some comments on various native methods 2023-09-02 02:22:11 +01:00