LLamaSharp/LLama/Extensions
Rinne 4e83e48ad1
Merge pull request #122 from martindevans/gguf
Add GGUF support
2023-09-02 11:54:50 +08:00
..
DictionaryExtensions.cs Removed unnecessary parameters from some low level sampler methods 2023-08-26 21:38:24 +01:00
IEnumerableExtensions.cs Removed unnecessary parameters from some low level sampler methods 2023-08-26 21:38:24 +01:00
IModelParamsExtensions.cs Initial changes required for GGUF support 2023-08-27 00:14:40 +01:00
IReadOnlyListExtensions.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
KeyValuePairExtensions.cs - Removed the `Update` and `GetOrDefault` extension methods (they were unused). 2023-07-20 16:41:19 +01:00
ListExtensions.cs - Reduced context size of test, to speed it up 2023-08-22 01:28:28 +01:00