mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-08 04:47:03 +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(
|
||||
self.req_states.needs_prompt_logprobs[idx_mapping_np])
|
||||
if needs_prompt_logprobs:
|
||||
pass
|
||||
assert not needs_prompt_logprobs
|
||||
|
||||
if use_dp_sampler:
|
||||
# All-gather the outputs.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user