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 c7fdb9712c Added binaries, built from `6961c4bd0b` 2 years ago
..
LLamaBatchSafeHandle.cs It works! 2 years ago
LLamaBeamView.cs Beam Search (#155) 2 years ago
LLamaBeamsState.cs Beam Search (#155) 2 years ago
LLamaContextParams.cs Initial changes to match the llama.cpp changes 2 years ago
LLamaFtype.cs Initial changes required for GGUF support 2 years ago
LLamaGrammarElement.cs Assorted cleanup leftover after the huge change in the last PR (comments, syntax style, etc) 2 years ago
LLamaLogLevel.cs Extract LLamaLogLevel, Remove Logger class 2 years ago
LLamaModelParams.cs Improved doc comment on `tensor_split` 2 years ago
LLamaModelQuantizeParams.cs Initial changes to match the llama.cpp changes 2 years ago
LLamaNativeBatch.cs It works! 2 years ago
LLamaPos.cs Assorted cleanup leftover after the huge change in the last PR (comments, syntax style, etc) 2 years ago
LLamaSeqId.cs Assorted cleanup leftover after the huge change in the last PR (comments, syntax style, etc) 2 years ago
LLamaTokenData.cs Assorted cleanup leftover after the huge change in the last PR (comments, syntax style, etc) 2 years ago
LLamaTokenDataArray.cs Rewritten sampling API to be accessed through the `LLamaTokenDataArray` object 2 years ago
NativeApi.BeamSearch.cs Beam Search (#155) 2 years ago
NativeApi.Grammar.cs - Created a slightly nicer way to create grammar (from `IReadOnlyList<IReadOnlyList<LLamaGrammarElement>>`) 2 years ago
NativeApi.Quantize.cs - Applied a lot of minor R# code quality suggestions. Lots of unnecessary imports removed. 2 years ago
NativeApi.Sampling.cs Rewritten sampling API to be accessed through the `LLamaTokenDataArray` object 2 years ago
NativeApi.cs Added binaries, built from `https://github.com/ggerganov/llama.cpp/commit/6961c4bd0b5176e10ab03b35394f1e9eab761792` 2 years ago
SafeLLamaContextHandle.cs Added two new classes for detokenization tasks: 2 years ago
SafeLLamaGrammarHandle.cs Rewritten sampling API to be accessed through the `LLamaTokenDataArray` object 2 years ago
SafeLLamaHandleBase.cs - Fixed null check 2 years ago
SafeLlamaModelHandle.cs Fixed decoding of text "accumulating" over time (never properly clearing buffer) 2 years ago
SamplingApi.cs Rewritten sampling API to be accessed through the `LLamaTokenDataArray` object 2 years ago