mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-08 17:37:02 +08:00
fix
Signed-off-by: Woosuk Kwon <woosuk.kwon@berkeley.edu>
This commit is contained in:
parent
cbdb47dc01
commit
3f50030cc8
@ -344,15 +344,6 @@ class GPUModelRunner:
|
||||
# No request in the batch needs prompt logprobs.
|
||||
return None
|
||||
|
||||
num_prompt_tokens_scheduled = ...
|
||||
if not np.any((num_prompt_tokens_scheduled > 0)
|
||||
& needs_prompt_logprobs):
|
||||
# The request already computed prompt logprobs.
|
||||
return None
|
||||
|
||||
# TODO
|
||||
return
|
||||
|
||||
def postprocess(
|
||||
self,
|
||||
sampler_output: SamplerOutput,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user