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 058c4e84b1 Rewritten LLamaEmbedder to use `LLamaContext` instead of the lower level handles 2 years ago
..
Abstractions - Applied a lot of minor R# code quality suggestions. Lots of unnecessary imports removed. 2 years ago
Common - Applied a lot of minor R# code quality suggestions. Lots of unnecessary imports removed. 2 years ago
Exceptions Various minor XML docs fixes 2 years ago
Extensions - Reduced context size of test, to speed it up 2 years ago
Native Improved type conversion 2 years ago
OldVersion Potential fix for .Net Framework issues (#103) 2 years ago
runtimes fix: update the dlls. 2 years ago
ChatSession.cs WIP demonstrating changes to support multi-context. You can see this in use in `TalkToYourself`, along with notes on what still needs improving. 2 years ago
GlobalSuppressions.cs Improved `NativeApi` file a bit: 2 years ago
LLamaContext.cs Merge branch 'master' into grammar_basics 2 years ago
LLamaEmbedder.cs Rewritten LLamaEmbedder to use `LLamaContext` instead of the lower level handles 2 years ago
LLamaExecutorBase.cs - Applied a lot of minor R# code quality suggestions. Lots of unnecessary imports removed. 2 years ago
LLamaInstructExecutor.cs - Applied a lot of minor R# code quality suggestions. Lots of unnecessary imports removed. 2 years ago
LLamaInteractExecutor.cs - Applied a lot of minor R# code quality suggestions. Lots of unnecessary imports removed. 2 years ago
LLamaQuantizer.cs - Expanded range of supported types in quantizer to match llama.cpp 2 years ago
LLamaSharp.Runtime.targets fix: update the dlls. 2 years ago
LLamaSharp.csproj fix breaking change in llama.cpp; bind to latest version llama.cpp to support new quantization method 2 years ago
LLamaStatelessExecutor.cs Merge branch 'master' into grammar_basics 2 years ago
LLamaTransforms.cs Merge branch 'master' into more_multi_enumeration_fixes 2 years ago
LLamaWeights.cs Fixed unit tests 2 years ago
Utils.cs Improved type conversion 2 years ago