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 1e69e265b6 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. 2 years ago
..
GGMLType.cs Added a comment on the type itself 2 years ago
GroupDisposable.cs - Added `GroupDisposable` to dispose a collection of items all together 2 years 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: 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
LLamaKvCacheView.cs Code cleanup driven by R# suggestions: 2 years ago
LLamaLogLevel.cs Extract LLamaLogLevel, Remove Logger class 2 years ago
LLamaModelMetadataOverride.cs Fixed alignment of value fields in `LLamaModelMetadataOverride` 2 years ago
LLamaModelParams.cs - Added `GroupDisposable` to dispose a collection of items all together 2 years ago
LLamaModelQuantizeParams.cs Added the `pure` field to `LLamaModelQuantizeParams` (it's been added to llama.cpp) 2 years ago
LLamaNativeBatch.cs Debugging slowdown by removing some things: 2 years ago
LLamaPos.cs Code cleanup driven by R# suggestions: 2 years ago
LLamaSeqId.cs Code cleanup driven by R# suggestions: 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 2 years ago
LLamaTokenType.cs Code cleanup driven by R# suggestions: 2 years ago
NativeApi.BeamSearch.cs Code cleanup driven by R# suggestions: 2 years ago
NativeApi.Grammar.cs Code cleanup driven by R# suggestions: 2 years 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. 2 years ago
NativeApi.Quantize.cs Code cleanup driven by R# suggestions: 2 years ago
NativeApi.Sampling.cs Code cleanup driven by R# suggestions: 2 years ago
NativeApi.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. 2 years ago
NativeLibraryConfig.cs Code cleanup driven by R# suggestions: 2 years ago
RopeScalingType.cs Exposed YaRN scaling parameters in IContextParams 2 years ago
SafeLLamaContextHandle.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. 2 years ago
SafeLLamaGrammarHandle.cs Added a method to create a clone of a grammar instance 2 years 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. 2 years ago
SafeLlamaModelHandle.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. 2 years ago
SamplingApi.cs Rewritten sampling API to be accessed through the `LLamaTokenDataArray` object 2 years ago