Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit b24aae6

Browse files
DefTruthRobert Shaw
authored and
Robert Shaw
committed
[Misc] fix typo in llm_engine init logging (vllm-project#4428)
1 parent 1f87fe1 commit b24aae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/engine/llm_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def __init__(
101101
"skip_tokenizer_init=%s, tokenizer_mode=%s, revision=%s, "
102102
"tokenizer_revision=%s, trust_remote_code=%s, dtype=%s, "
103103
"max_seq_len=%d, download_dir=%r, load_format=%s, "
104-
"tensor_parallel_size=%d, disable_custom_all_reduce=%s",
104+
"tensor_parallel_size=%d, disable_custom_all_reduce=%s, ",
105105
"quantization=%s, sparsity=%s",
106106
"enforce_eager=%s, kv_cache_dtype=%s, "
107107
"quantization_param_path=%s, device_config=%s, "

0 commit comments

Comments
 (0)