LLamaSharp/LLama
sa_ddam213 949b0cde16
Replace ILLamaLogger for ILogger
2023-09-09 10:13:07 +12:00
..
Abstractions Initial changes required for GGUF support 2023-08-27 00:14:40 +01:00
Common Simplified `LLamaInteractExecutor` antiprompt matching by using new extension method 2023-09-06 22:26:36 +01:00
Exceptions Created a hierarchy of exceptions for grammar format issues. This allows the base catch-all exception to be caught for general handling, or more specific exceptions to be caught for more specific handling. 2023-09-02 02:04:11 +01:00
Extensions Simplified `LLamaInteractExecutor` antiprompt matching by using new extension method 2023-09-06 22:26:36 +01:00
Grammars Created a hierarchy of exceptions for grammar format issues. This allows the base catch-all exception to be caught for general handling, or more specific exceptions to be caught for more specific handling. 2023-09-02 02:04:11 +01:00
Native Beam Search (#155) 2023-09-07 19:26:51 +01:00
runtimes Changes to compile in VS Mac + change model to llama2 2023-08-30 22:08:29 +02:00
AssemblyAttributes.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
ChatSession.cs Various minor changes, resolving about 100 ReSharper code quality warnings 2023-08-24 23:15:53 +01:00
GlobalSuppressions.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
LLamaContext.cs Replace ILLamaLogger for ILogger 2023-09-09 10:13:07 +12:00
LLamaEmbedder.cs Merge pull request #122 from martindevans/gguf 2023-09-02 11:54:50 +08:00
LLamaExecutorBase.cs Replace ILLamaLogger for ILogger 2023-09-09 10:13:07 +12:00
LLamaInstructExecutor.cs Changed `OpenOrCreate` to `Create` to fix #151 2023-09-06 22:35:41 +01:00
LLamaInteractExecutor.cs Merge pull request #153 from martindevans/fix_savestate_OpenOrCreate 2023-09-06 23:03:24 +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 Added binaries for CUDA+Linux 2023-08-29 15:05:09 +01:00
LLamaSharp.csproj Add Microsoft.Extensions.Logging.Abstractions, update any required deps 2023-09-09 09:52:11 +12:00
LLamaStatelessExecutor.cs Simplified `LLamaInteractExecutor` antiprompt matching by using new extension method 2023-09-06 22:26:36 +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