You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#13300 added an extra_args field to SamplingParameters to allow for passing arbitrary parameters through to custom sampler / logits processor implementations.
A follow on is to expose this in the OpenAI API endpoints, see discussion at the end of that PR.
This will be needed to support custom sampling parameters via V1 logits processor plugins once that's ready (#13360).