LLamaSharp/LLama.Web/Common
Martin Evans b34f72a883 - Added `SamplingPipeline` to inference params which overrides all other options with an entirely custom pipeline.
- Added a `Sample` method to `LLamaContext` which uses a custom pipeline
 - Modified all executors to use the custom pipeline if it exists
2023-12-08 01:02:27 +00:00
..
ISessionConfig.cs Refactor conflicting object name SessionOptions 2023-10-04 13:35:18 +13:00
InferenceOptions.cs - Added `SamplingPipeline` to inference params which overrides all other options with an entirely custom pipeline. 2023-12-08 01:02:27 +00:00
LLamaExecutorType.cs Add Instruct and Stateless support 2023-07-23 16:31:28 +12:00
LLamaOptions.cs Update Web to support version 0.5.1 2023-10-04 12:57:15 +13:00
ModelLoadType.cs Add service for managing Models and Model Contexts 2023-10-04 10:40:53 +13:00
ModelOptions.cs This commit (5fe721bdbe) accidentally removed a load of stuff that it shouldn't. Fixed that. 2023-11-15 01:36:33 +00:00
ServiceResult.cs Add Instruct and Stateless support 2023-07-23 16:31:28 +12:00
SessionConfig.cs Refactor conflicting object name SessionOptions 2023-10-04 13:35:18 +13:00
SessionConnectionStatus.cs Strongly type connection status 2023-07-23 11:53:04 +12:00