"vscode:/vscode.git/clone" did not exist on "8da48e4d95421cbd96fbdecdffed89a3d1aab218"
Unverified Commit 9c7306ac authored by DefTruth's avatar DefTruth Committed by GitHub
Browse files

[Misc] fix typo in llm_engine init logging (#4428)

parent 4ea1f967
......@@ -101,7 +101,7 @@ class LLMEngine:
"skip_tokenizer_init=%s, tokenizer_mode=%s, revision=%s, "
"tokenizer_revision=%s, trust_remote_code=%s, dtype=%s, "
"max_seq_len=%d, download_dir=%r, load_format=%s, "
"tensor_parallel_size=%d, disable_custom_all_reduce=%s"
"tensor_parallel_size=%d, disable_custom_all_reduce=%s, "
"quantization=%s, enforce_eager=%s, kv_cache_dtype=%s, "
"quantization_param_path=%s, device_config=%s, "
"decoding_config=%r, seed=%d)",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment