mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-08 17:57:08 +08:00
wip
Signed-off-by: Woosuk Kwon <woosuk@thinkingmachines.ai>
This commit is contained in:
parent
8aee6e97e6
commit
42ffdd9179
@ -402,6 +402,11 @@ class GPUModelRunner:
|
||||
sampling_metadata=sampling_metadata,
|
||||
)
|
||||
|
||||
needs_prompt_logprobs = np.any(
|
||||
self.req_states.needs_prompt_logprobs[idx_mapping_np])
|
||||
if needs_prompt_logprobs:
|
||||
pass
|
||||
|
||||
if use_dp_sampler:
|
||||
# All-gather the outputs.
|
||||
sampler_output = all_gather_sampler_output(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user