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 8ac1634233
Removed `llama_eval`. It is going to be completely removed in the next version of llama.cpp (#553)
1 year ago
..
DecodeResult.cs Swapped `StatelessExecutor` to use `llama_decode`! 2 years ago
GGMLType.cs Added a comment on the type itself 2 years ago
GPUSplitMode.cs Updated everything to work with llama.cpp ce32060198b7e2d6a13a9b8e1e1369e3c295ae2a 2 years ago
GroupDisposable.cs - Added `GroupDisposable` to dispose a collection of items all together 2 years ago
LLamaBatch.cs Created a new `BatchedExecutor` which processes multiple "Conversations" in one single inference batch. This is faster, even when the conversations are unrelated, and is much faster if the conversations share some overlap (e.g. a common system prompt prefix). 1 year ago
LLamaBeamView.cs Switched form using raw integers, to a `LLamaToken` struct 2 years ago
LLamaBeamsState.cs Debugging slowdown by removing some things: 2 years ago
LLamaContextParams.cs Updated everything to work with llama.cpp ce32060198b7e2d6a13a9b8e1e1369e3c295ae2a 2 years ago
LLamaFtype.cs Updated everything to work with llama.cpp ce32060198b7e2d6a13a9b8e1e1369e3c295ae2a 2 years ago
LLamaGrammarElement.cs Improved test coverage. Discovered some issues: 2 years ago
LLamaKvCacheView.cs - Exposed KV debug view through `SafeLLamaContextHandle` 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 Updated everything to work with llama.cpp ce32060198b7e2d6a13a9b8e1e1369e3c295ae2a 2 years ago
LLamaModelQuantizeParams.cs Updated everything to work with llama.cpp ce32060198b7e2d6a13a9b8e1e1369e3c295ae2a 2 years ago
LLamaNativeBatch.cs Removed `LLamaBatchSafeHandle` (using unmanaged memory, created by llama.cpp) and replaced it with a fully managed `LLamaBatch`. Modified the `BatchedDecoding` example to use new managed batch. 2 years ago
LLamaPos.cs Added increment and decrement operators to `LLamaPos` 2 years ago
LLamaSeqId.cs Removed `LLamaBatchSafeHandle` (using unmanaged memory, created by llama.cpp) and replaced it with a fully managed `LLamaBatch`. Modified the `BatchedDecoding` example to use new managed batch. 2 years ago
LLamaToken.cs Added a test with examples of troublesome strings from 0.9.1 2 years ago
LLamaTokenData.cs made casts to/from int explicit, fixed places affected 2 years ago
LLamaTokenDataArray.cs Classifier Free Guidance (#536) 1 year ago
LLamaTokenType.cs Assorted small changes to clean up some code warnings 1 year ago
NativeApi.BeamSearch.cs Code cleanup driven by R# suggestions: 2 years ago
NativeApi.Grammar.cs Switched form using raw integers, to a `LLamaToken` struct 2 years ago
NativeApi.Load.cs NativeLibraryConfig: WithLogs(LLamaLogLevel) (#529) 1 year ago
NativeApi.Quantize.cs Updated everything to work with llama.cpp ce32060198b7e2d6a13a9b8e1e1369e3c295ae2a 2 years ago
NativeApi.Sampling.cs Classifier Free Guidance (#536) 1 year ago
NativeApi.cs Removed `llama_eval`. It is going to be completely removed in the next version of llama.cpp (#553) 1 year ago
NativeLibraryConfig.cs NativeLibraryConfig: WithLogs(LLamaLogLevel) (#529) 1 year ago
RopeScalingType.cs Assorted small changes to clean up some code warnings 1 year ago
SafeLLamaContextHandle.cs Removed `llama_eval`. It is going to be completely removed in the next version of llama.cpp (#553) 1 year ago
SafeLLamaGrammarHandle.cs - Removed one of the constructors of `SafeLLamaHandleBase`, which implicitly states that memory is owned. Better to be explicit about this kind of thing! 2 years ago
SafeLLamaHandleBase.cs - Removed one of the constructors of `SafeLLamaHandleBase`, which implicitly states that memory is owned. Better to be explicit about this kind of thing! 2 years ago
SafeLlamaModelHandle.cs Merge pull request #438 from martindevans/cleanup_model_unnecessary_unsafe 2 years ago