mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-06-01 12:57:06 +08:00
typo: remove duplicate is (#25641)
Signed-off-by: nicole-lihui <nicole.li@daocloud.io>
This commit is contained in:
parent
bc092ea873
commit
af4ee63e0e
@ -79,7 +79,7 @@ class Processor:
|
|||||||
if num_logprobs > max_logprobs:
|
if num_logprobs > max_logprobs:
|
||||||
raise ValueError(
|
raise ValueError(
|
||||||
f"Requested sample logprobs of {num_logprobs}, "
|
f"Requested sample logprobs of {num_logprobs}, "
|
||||||
f"which is is greater than max allowed: {max_logprobs}")
|
f"which is greater than max allowed: {max_logprobs}")
|
||||||
|
|
||||||
# Validate prompt logprobs.
|
# Validate prompt logprobs.
|
||||||
if params.prompt_logprobs:
|
if params.prompt_logprobs:
|
||||||
@ -89,7 +89,7 @@ class Processor:
|
|||||||
if num_prompt_logprobs > max_logprobs:
|
if num_prompt_logprobs > max_logprobs:
|
||||||
raise ValueError(
|
raise ValueError(
|
||||||
f"Requested prompt logprobs of {num_prompt_logprobs}, "
|
f"Requested prompt logprobs of {num_prompt_logprobs}, "
|
||||||
f"which is is greater than max allowed: {max_logprobs}")
|
f"which is greater than max allowed: {max_logprobs}")
|
||||||
|
|
||||||
def _validate_sampling_params(
|
def _validate_sampling_params(
|
||||||
self,
|
self,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user