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 b6d242193e Debugging slowdown by removing some things: 2 years ago
..
Abstractions - Fixed rope frequency/base to use the values in the model by default, instead of always overriding them by default! 2 years ago
Common - Fixed rope frequency/base to use the values in the model by default, instead of always overriding them by default! 2 years ago
Exceptions Assorted cleanup leftover after the huge change in the last PR (comments, syntax style, etc) 2 years ago
Extensions - Fixed rope frequency/base to use the values in the model by default, instead of always overriding them by default! 2 years ago
Grammars Assorted cleanup leftover after the huge change in the last PR (comments, syntax style, etc) 2 years ago
Native Debugging slowdown by removing some things: 2 years ago
runtimes Added binaries, built from `https://github.com/ggerganov/llama.cpp/commit/6961c4bd0b5176e10ab03b35394f1e9eab761792` 2 years ago
AntipromptProcessor.cs Added two new classes for detokenization tasks: 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 Fixed `Eval` on platforms < dotnet 5 2 years ago
LLamaEmbedder.cs Added logging to embedder too 2 years ago
LLamaExecutorBase.cs - Removed all `TokenToString` methods (it's never correct to use them, because sometimes one single character may be represented by multiple tokens). 2 years ago
LLamaInstructExecutor.cs It works! 2 years ago
LLamaInteractExecutor.cs It works! 2 years ago
LLamaQuantizer.cs Assorted cleanup leftover after the huge change in the last PR (comments, syntax style, etc) 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 Moved helper methods into `LLamaBatchSafeHandle` 2 years ago
LLamaTransforms.cs - Improved coverage of `GBNFGrammarParser` up to 96% 2 years ago
LLamaWeights.cs Reduced some uses of `NativeApi` in `BatchedDecoding` by adding some helper methods 2 years ago
StreamingTokenDecoder.cs Fixed decoding of text "accumulating" over time (never properly clearing buffer) 2 years ago