LLamaSharp/LLama
Martin Evans f5a260926f Renamed `EmbeddingCount` to `EmbeddingSize` in higher level class 2023-08-13 01:10:09 +01:00
..
Abstractions WIP demonstrating changes to support multi-context. You can see this in use in `TalkToYourself`, along with notes on what still needs improving. 2023-08-13 01:10:08 +01:00
Common Typo and formatting 2023-08-11 00:37:33 +12:00
Exceptions Various minor XML docs fixes 2023-07-20 16:07:53 +01:00
Extensions comment on IModelParamsExtensions 2023-08-07 23:46:19 +01:00
Native Renamed `EmbeddingCount` to `EmbeddingSize` 2023-08-13 01:10:09 +01:00
OldVersion Merge pull request #68 from martindevans/sampling_improvements 2023-08-05 08:55:12 +08:00
runtimes fix: update the dlls. 2023-08-06 13:46:57 +08:00
ChatSession.cs WIP demonstrating changes to support multi-context. You can see this in use in `TalkToYourself`, along with notes on what still needs improving. 2023-08-13 01:10:08 +01:00
GlobalSuppressions.cs Improved `NativeApi` file a bit: 2023-08-12 00:45:23 +01:00
LLamaContext.cs Renamed `EmbeddingCount` to `EmbeddingSize` in higher level class 2023-08-13 01:10:09 +01:00
LLamaEmbedder.cs - Moved tokenization from `Utils.Tokenize` into `SafeLLamaContextHandle.Tokenize`, one less thing in `Utils`. 2023-08-07 15:13:24 +01:00
LLamaExecutorBase.cs WIP demonstrating changes to support multi-context. You can see this in use in `TalkToYourself`, along with notes on what still needs improving. 2023-08-13 01:10:08 +01:00
LLamaInstructExecutor.cs WIP demonstrating changes to support multi-context. You can see this in use in `TalkToYourself`, along with notes on what still needs improving. 2023-08-13 01:10:08 +01:00
LLamaInteractExecutor.cs Fixed mirostat/mirostate 2023-08-13 01:10:08 +01:00
LLamaQuantizer.cs - Expanded range of supported types in quantizer to match llama.cpp 2023-08-10 16:58:00 +01:00
LLamaSharp.Runtime.targets fix: update the dlls. 2023-08-06 13:46:57 +08:00
LLamaSharp.csproj fix breaking change in llama.cpp; bind to latest version llama.cpp to support new quantization method 2023-07-20 07:59:44 -04:00
LLamaStatelessExecutor.cs WIP demonstrating changes to support multi-context. You can see this in use in `TalkToYourself`, along with notes on what still needs improving. 2023-08-13 01:10:08 +01:00
LLamaTransforms.cs Merge branch 'master' into more_multi_enumeration_fixes 2023-07-30 00:45:38 +08:00
LLamaWeights.cs - Cleaned up disposal in LLamaContext 2023-08-13 01:10:08 +01:00
Utils.cs - Apply LoRA in `LLamaWeights.LoadFromFile` 2023-08-13 01:10:08 +01:00