SciSharp / LLamaSharp

A C#/.NET library to run LLM (🦙LLaMA/LLaVA) on your local device efficiently.
https://scisharp.github.io/LLamaSharp
MIT License
2.71k stars 350 forks source link

Implemented `LogitBias` for `DefaultSamplingPipeline` #986

Closed martindevans closed 1 week ago

martindevans commented 1 week ago

It had a property before, but that property didn't do anything! Something I missed during the big sampler system update.