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.
 
 
 
 
 
 
Martin Evans daf09eae64 Skipping tokenization of empty strings (saves allocating an empty array every time) 2 years ago
..
Abstractions Initial changes required for GGUF support 2 years ago
Common Extract LLamaLogLevel, Remove Logger class 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 Using the `TokensEndsWithAnyString` extensions for antiprompt checking in instruct executor. Simpler and more efficient. 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 Skipping tokenization of empty strings (saves allocating an empty array every time) 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 Merge pull request #165 from martindevans/better_instruct_antiprompt_checking 2 years ago
LLamaEmbedder.cs Merge pull request #122 from martindevans/gguf 2 years ago
LLamaExecutorBase.cs Removed `GenerateResult` method that was only used in one place 2 years ago
LLamaInstructExecutor.cs Using the `TokensEndsWithAnyString` extensions for antiprompt checking in instruct executor. Simpler and more efficient. 2 years ago
LLamaInteractExecutor.cs Merge pull request #153 from martindevans/fix_savestate_OpenOrCreate 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 Add Microsoft.Extensions.Logging.Abstractions, update any required deps 2 years ago
LLamaStatelessExecutor.cs Simplified `LLamaInteractExecutor` antiprompt matching by using new extension method 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