LLamaSharp/LLama
Yaohui Liu 18294a725e
refactor: remove old version files.
2023-09-02 22:24:07 +08: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 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 Merge pull request #122 from martindevans/gguf 2023-09-02 11:54:50 +08: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 Merge pull request #122 from martindevans/gguf 2023-09-02 11:54:50 +08: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 fix: remove the history commit of embedding length property. 2023-09-02 12:56:02 +08:00
LLamaEmbedder.cs Merge pull request #122 from martindevans/gguf 2023-09-02 11:54:50 +08: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 Added binaries for CUDA+Linux 2023-08-29 15:05:09 +01:00
LLamaSharp.csproj docs: update the docs to follow new version. 2023-09-02 12:51:51 +08: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