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.
 
 
 
 
 
 
sa_ddam213 9b8de007dc Propagate ILogger 2 years ago
..
Abstractions Minimal changes required to remove non-async inference. 2 years ago
Common make InferenceParams a record so we can use with 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 - Converted LLamaStatelessExecutor to run `Exec` calls inside an awaited task. This unblocks async callers while the model is being evaluated. 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 #65 from martindevans/alternative_dependency_loading 2 years ago
runtimes MacOS Remove Metal as is the current default 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 Minimal changes required to remove non-async inference. 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 - Converted LLamaStatelessExecutor to run `Exec` calls inside an awaited task. This unblocks async callers while the model is being evaluated. 2 years ago
LLamaEmbedder.cs Merge pull request #122 from martindevans/gguf 2 years ago
LLamaExecutorBase.cs Minimal changes required to remove non-async inference. 2 years ago
LLamaInstructExecutor.cs Propagate ILogger 2 years ago
LLamaInteractExecutor.cs Propagate ILogger 2 years ago
LLamaQuantizer.cs - Expanded range of supported types in quantizer to match llama.cpp 2 years ago
LLamaSharp.Runtime.targets ggml-metal.metal MUST be copied to output folder 2 years ago
LLamaSharp.csproj Add Microsoft.Extensions.Logging.Abstractions, update any required deps 2 years ago
LLamaStatelessExecutor.cs Propagate ILogger 2 years ago
LLamaTransforms.cs Merge branch 'master' into more_multi_enumeration_fixes 2 years ago
LLamaWeights.cs Propagate ILogger 2 years ago
Utils.cs Various minor changes, resolving about 100 ReSharper code quality warnings 2 years ago