[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
64328962d0
commit
eaaf7142f6
1 changed files with 3 additions and 1 deletions
|
|
@ -5453,7 +5453,9 @@ class LlamaCppBackend:
|
|||
if skip_special_tokens is not None:
|
||||
stream_payload["skip_special_tokens"] = skip_special_tokens
|
||||
if spaces_between_special_tokens is not None:
|
||||
stream_payload["spaces_between_special_tokens"] = spaces_between_special_tokens
|
||||
stream_payload["spaces_between_special_tokens"] = (
|
||||
spaces_between_special_tokens
|
||||
)
|
||||
if include_stop_str_in_output is not None:
|
||||
stream_payload["include_stop_str_in_output"] = include_stop_str_in_output
|
||||
if truncate_prompt_tokens is not None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue