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 b34f72a883 - Added `SamplingPipeline` to inference params which overrides all other options with an entirely custom pipeline. 2 years ago
..
IContextParams.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
IHistoryTransform.cs - Applied a lot of minor R# code quality suggestions. Lots of unnecessary imports removed. 2 years ago
IInferenceParams.cs - Added `SamplingPipeline` to inference params which overrides all other options with an entirely custom pipeline. 2 years ago
ILLamaExecutor.cs Minimal changes required to remove non-async inference. 2 years ago
ILLamaParams.cs - Split parameters into two interfaces 2 years ago
IModelParams.cs Modified `TensorSplitsCollection` so it accepts any number of splits, as long as it doesn't exceed the number of supported devices 2 years ago
ITextStreamTransform.cs Minimal changes required to remove non-async inference. 2 years ago
ITextTransform.cs - Applied a lot of minor R# code quality suggestions. Lots of unnecessary imports removed. 2 years ago