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 d8434ea9d6
Merge pull request #185 from martindevans/wip_major_api_change
2 years ago
..
Abstractions - Added threads to context params, replaced all thread args with `uint?` 2 years ago
Common - Added threads to context params, replaced all thread args with `uint?` 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 #185 from martindevans/wip_major_api_change 2 years ago
Grammars - Improved coverage of `GBNFGrammarParser` up to 96% 2 years ago
Native Added in the `special` parameter to the tokenizer (introduced in https://github.com/ggerganov/llama.cpp/pull/3538) 2 years ago
runtimes - Added new binaries 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 Merge pull request #185 from martindevans/wip_major_api_change 2 years ago
LLamaEmbedder.cs - Split parameters into two interfaces 2 years ago
LLamaExecutorBase.cs Minimal changes required to remove non-async inference. 2 years ago
LLamaInstructExecutor.cs Minimal changes required to remove non-async inference. 2 years ago
LLamaInteractExecutor.cs Minimal changes required to remove non-async inference. 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 Merge pull request #185 from martindevans/wip_major_api_change 2 years ago
LLamaTransforms.cs - Improved coverage of `GBNFGrammarParser` up to 96% 2 years ago
LLamaWeights.cs - Split parameters into two interfaces 2 years ago