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.
 
 
 
 
 
 
Rinne 609e2968ad
Merge branch 'master' of github.com:SciSharp/LLamaSharp into preview
1 year ago
..
GGMLType.cs Added a comment on the type itself 1 year ago
GroupDisposable.cs - Added `GroupDisposable` to dispose a collection of items all together 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 Updated binaries: 1 year ago
LLamaFtype.cs Initial changes required for GGUF support 2 years ago
LLamaGrammarElement.cs Improved test coverage. Discovered some issues: 2 years ago
LLamaKvCacheView.cs fixed safe handle 1 year ago
LLamaLogLevel.cs Extract LLamaLogLevel, Remove Logger class 2 years ago
LLamaModelMetadataOverride.cs Added metadata overrides to `IModelParams` 1 year ago
LLamaModelParams.cs - Added `GroupDisposable` to dispose a collection of items all together 1 year ago
LLamaModelQuantizeParams.cs Added the `pure` field to `LLamaModelQuantizeParams` (it's been added to llama.cpp) 1 year 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 Renamed `llama_sample_temperature` to `llama_sample_temp`, Mirroring the same change made in llama.cpp 1 year ago
NativeApi.BeamSearch.cs Beam Search (#155) 2 years ago
NativeApi.Grammar.cs Added a method to create a clone of a grammar instance 1 year ago
NativeApi.Load.cs Using CUDA while decoupling from the CUDA Toolkit as a hard-dependency 1 year ago
NativeApi.Quantize.cs - Applied a lot of minor R# code quality suggestions. Lots of unnecessary imports removed. 2 years ago
NativeApi.Sampling.cs Renamed `llama_sample_temperature` to `llama_sample_temp`, Mirroring the same change made in llama.cpp 1 year ago
NativeApi.cs Added a method to create a clone of a grammar instance 1 year ago
NativeLibraryConfig.cs resolve comments. 2 years ago
RopeScalingType.cs Exposed YaRN scaling parameters in IContextParams 2 years ago
SafeLLamaContextHandle.cs Added a method to set the RNG seed on the context 1 year ago
SafeLLamaGrammarHandle.cs Added a method to create a clone of a grammar instance 1 year 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