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 98635a0d5a Fixed decoding of large tokens (over 16 bytes) in streaming text decoder 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 made casts to/from int explicit, fixed places affected 1 year ago
LLamaBeamView.cs Switched form using raw integers, to a `LLamaToken` struct 1 year 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 Code cleanup driven by R# suggestions: 1 year ago
LLamaLogLevel.cs Extract LLamaLogLevel, Remove Logger class 2 years ago
LLamaModelMetadataOverride.cs Fixed alignment of value fields in `LLamaModelMetadataOverride` 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 Switched form using raw integers, to a `LLamaToken` struct 1 year ago
LLamaPos.cs Code cleanup driven by R# suggestions: 1 year ago
LLamaSeqId.cs Code cleanup driven by R# suggestions: 1 year ago
LLamaToken.cs Removed collection expressions from test 1 year ago
LLamaTokenData.cs made casts to/from int explicit, fixed places affected 1 year ago
LLamaTokenDataArray.cs made casts to/from int explicit, fixed places affected 1 year ago
LLamaTokenType.cs Code cleanup driven by R# suggestions: 1 year ago
NativeApi.BeamSearch.cs Code cleanup driven by R# suggestions: 1 year ago
NativeApi.Grammar.cs Switched form using raw integers, to a `LLamaToken` struct 1 year ago
NativeApi.Load.cs Moved some native methods to do with creating/destroying resources into their respective handles. There is **no** safe way to call most of these methods, everything must be done through through handles. 1 year ago
NativeApi.Quantize.cs Code cleanup driven by R# suggestions: 1 year ago
NativeApi.Sampling.cs Switched form using raw integers, to a `LLamaToken` struct 1 year ago
NativeApi.cs Merge pull request #404 from martindevans/switched_to_LLamaToken_struct 1 year ago
NativeLibraryConfig.cs Code cleanup driven by R# suggestions: 1 year ago
RopeScalingType.cs Exposed YaRN scaling parameters in IContextParams 2 years ago
SafeLLamaContextHandle.cs Fixed decoding of large tokens (over 16 bytes) in streaming text decoder 1 year ago
SafeLLamaGrammarHandle.cs Switched form using raw integers, to a `LLamaToken` struct 1 year ago
SafeLLamaHandleBase.cs Moved some native methods to do with creating/destroying resources into their respective handles. There is **no** safe way to call most of these methods, everything must be done through through handles. 1 year ago
SafeLlamaModelHandle.cs Fixed decoding of large tokens (over 16 bytes) in streaming text decoder 1 year ago
SamplingApi.cs Switched form using raw integers, to a `LLamaToken` struct 1 year ago