You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Yaohui Liu 18294a725e
refactor: remove old version files.
2 years ago
..
Abstractions Initial changes required for GGUF support 2 years ago
Common Initial changes required for GGUF support 2 years ago
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. 2 years ago
Extensions Merge pull request #122 from martindevans/gguf 2 years ago
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. 2 years ago
Native Merge pull request #122 from martindevans/gguf 2 years ago
runtimes Changes to compile in VS Mac + change model to llama2 2 years ago
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. 2 years ago
ChatSession.cs Various minor changes, resolving about 100 ReSharper code quality warnings 2 years ago
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. 2 years ago
LLamaContext.cs Rewritten TokenToSpan/TokenToString to better fit the new way it's done in llama.cpp with a few different options: 2 years ago
LLamaEmbedder.cs Merge pull request #122 from martindevans/gguf 2 years ago
LLamaExecutorBase.cs - Added `Obsolete` attributes to the entire `OldVersion` namespace, so they can be removed in the future 2 years ago
LLamaInstructExecutor.cs Fix Tokenize of new line, Remove space inserts 2 years ago
LLamaInteractExecutor.cs Fix Tokenize of new line, Remove space inserts 2 years ago
LLamaQuantizer.cs - Expanded range of supported types in quantizer to match llama.cpp 2 years ago
LLamaSharp.Runtime.targets Added binaries for CUDA+Linux 2 years ago
LLamaSharp.csproj docs: update the docs to follow new version. 2 years ago
LLamaStatelessExecutor.cs Switched to properly typed `Encoding` property 2 years ago
LLamaTransforms.cs Merge branch 'master' into more_multi_enumeration_fixes 2 years ago
LLamaWeights.cs Switched to properly typed `Encoding` property 2 years ago
Utils.cs Various minor changes, resolving about 100 ReSharper code quality warnings 2 years ago