mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-07-08 18:37:12 +08:00
parent
1b151ed181
commit
805de738f6
@ -72,7 +72,7 @@ def detokenize_incrementally(
|
|||||||
new_token_id: int,
|
new_token_id: int,
|
||||||
skip_special_tokens: bool,
|
skip_special_tokens: bool,
|
||||||
) -> Tuple[str, str]:
|
) -> Tuple[str, str]:
|
||||||
"""Detokenizes the new token in conjuction with the previous output tokens.
|
"""Detokenizes the new token in conjunction with the previous output tokens.
|
||||||
|
|
||||||
NOTE: This function does not update prev_output_tokens.
|
NOTE: This function does not update prev_output_tokens.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user