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
Fix processing of sampling_params within a batched request (#1273)
Introduced a bug in #1214 where when sending a batch request with
`sampling_params` defined, we were improperly attempting to update the
`DecodeConfig` with the `List[SamplingParams]`, instead of updating with
the `SamplingParams` object that corresponded to the specific request
within the batch.
This implements a fix for it.
0 commit comments