LLamaSharp/LLama/Sampling
Martin Evans 835958398c - Removed the object wrappers and configurable pipeline, they can be better written in code.
- Added BaseSamplingPipeline which provides a base impl of `ISamplingPipeline`
 - Added `DefaultSamplingPipeline` which mimics normal llama.cpp sampling
2023-12-08 16:25:13 +00:00
..
BaseSamplingPipeline.cs - Removed the object wrappers and configurable pipeline, they can be better written in code. 2023-12-08 16:25:13 +00:00
DefaultSamplingPipeline.cs - Removed the object wrappers and configurable pipeline, they can be better written in code. 2023-12-08 16:25:13 +00:00
ISamplingPipeline.cs - Removed the object wrappers and configurable pipeline, they can be better written in code. 2023-12-08 16:25:13 +00:00