mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-23 20:04:32 +08:00
assert
Signed-off-by: Woosuk Kwon <woosuk.kwon@berkeley.edu>
This commit is contained in:
parent
fe5472dc03
commit
72f0a71939
@ -404,8 +404,7 @@ class GPUModelRunner:
|
|||||||
|
|
||||||
needs_prompt_logprobs = np.any(
|
needs_prompt_logprobs = np.any(
|
||||||
self.req_states.needs_prompt_logprobs[idx_mapping_np])
|
self.req_states.needs_prompt_logprobs[idx_mapping_np])
|
||||||
if needs_prompt_logprobs:
|
assert not needs_prompt_logprobs
|
||||||
pass
|
|
||||||
|
|
||||||
if use_dp_sampler:
|
if use_dp_sampler:
|
||||||
# All-gather the outputs.
|
# All-gather the outputs.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user