LLamaSharp/LLama
Martin Evans ba49ea2991 Removed hardcoded paths from projects, modified Runtime.targets to exclude missing binaries 2023-08-28 19:53:34 +01:00
..
Abstractions Initial changes required for GGUF support 2023-08-27 00:14:40 +01:00
Common Initial changes required for GGUF support 2023-08-27 00:14:40 +01:00
Exceptions Various minor changes, resolving about 100 ReSharper code quality warnings 2023-08-24 23:15:53 +01:00
Extensions Initial changes required for GGUF support 2023-08-27 00:14:40 +01:00
Native Added binaries generated by this action: https://github.com/SciSharp/LLamaSharp/actions/runs/6002797872/job/16279896150 2023-08-28 19:48:31 +01:00
OldVersion Passing ctx to `llama_token_nl(_ctx)` 2023-08-27 00:15:55 +01:00
runtimes Added binaries generated by this action: https://github.com/SciSharp/LLamaSharp/actions/runs/6002797872/job/16279896150 2023-08-28 19:48:31 +01:00
ChatSession.cs Various minor changes, resolving about 100 ReSharper code quality warnings 2023-08-24 23:15:53 +01:00
GlobalSuppressions.cs Improved `NativeApi` file a bit: 2023-08-12 00:45:23 +01:00
LLamaContext.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
LLamaEmbedder.cs Fix Tokenize of new line, Remove space inserts 2023-08-28 11:57:50 +12:00
LLamaExecutorBase.cs - Added `Obsolete` attributes to the entire `OldVersion` namespace, so they can be removed in the future 2023-08-24 00:59:32 +01:00
LLamaInstructExecutor.cs Fix Tokenize of new line, Remove space inserts 2023-08-28 11:57:50 +12:00
LLamaInteractExecutor.cs Fix Tokenize of new line, Remove space inserts 2023-08-28 11:57:50 +12: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 Removed hardcoded paths from projects, modified Runtime.targets to exclude missing binaries 2023-08-28 19:53:34 +01: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 Switched to properly typed `Encoding` property 2023-08-24 00:09:00 +01:00
LLamaTransforms.cs Merge branch 'master' into more_multi_enumeration_fixes 2023-07-30 00:45:38 +08:00
LLamaWeights.cs Switched to properly typed `Encoding` property 2023-08-24 00:09:00 +01:00
Utils.cs Various minor changes, resolving about 100 ReSharper code quality warnings 2023-08-24 23:15:53 +01:00