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 835958398c - Removed the object wrappers and configurable pipeline, they can be better written in code. 1 year ago
..
LLamaBatchSafeHandle.cs Moved helper methods into `LLamaBatchSafeHandle` 2 years ago
LLamaBeamView.cs Debugging slowdown by removing some things: 2 years ago
LLamaBeamsState.cs Debugging slowdown by removing some things: 2 years ago
LLamaContextParams.cs This commit (https://github.com/SciSharp/LLamaSharp/commit/5fe721bdbee2000a82a0e0b8b120c9ec37f31106) accidentally removed a load of stuff that it shouldn't. Fixed that. 2 years ago
LLamaFtype.cs Initial changes required for GGUF support 2 years ago
LLamaGrammarElement.cs Improved test coverage. Discovered some issues: 2 years ago
LLamaLogLevel.cs Extract LLamaLogLevel, Remove Logger class 2 years ago
LLamaModelParams.cs Exposed `progress_callback` in `LLamaModelParams` (although not in higher level) 2 years ago
LLamaModelQuantizeParams.cs Debugging slowdown by removing some things: 2 years ago
LLamaNativeBatch.cs Debugging slowdown by removing some things: 2 years ago
LLamaPos.cs Debugging slowdown by removing some things: 2 years ago
LLamaSeqId.cs Debugging slowdown by removing some things: 2 years ago
LLamaTokenData.cs Debugging slowdown by removing some things: 2 years ago
LLamaTokenDataArray.cs - Removed the object wrappers and configurable pipeline, they can be better written in code. 1 year 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.Load.cs resolve comments. 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 Align with llama.cpp b1488 2 years ago
NativeApi.cs Merge branch 'master' of github.com:AsakusaRinne/LLamaSharp into fix_chinese 2 years ago
NativeLibraryConfig.cs resolve comments. 2 years ago
RopeScalingType.cs Exposed YaRN scaling parameters in IContextParams 2 years ago
SafeLLamaContextHandle.cs Added Obsolete markings to all `Eval` overloads 2 years ago
SafeLLamaGrammarHandle.cs Using a reference to an array instead of pointer arithmetic. This means it will benefit from bounds checking on the array. 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