Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
9c7306ac
"vscode:/vscode.git/clone" did not exist on "8da48e4d95421cbd96fbdecdffed89a3d1aab218"
Unverified
Commit
9c7306ac
authored
Apr 28, 2024
by
DefTruth
Committed by
GitHub
Apr 28, 2024
Browse files
[Misc] fix typo in llm_engine init logging (#4428)
parent
4ea1f967
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/engine/llm_engine.py
vllm/engine/llm_engine.py
+1
-1
No files found.
vllm/engine/llm_engine.py
View file @
9c7306ac
...
...
@@ -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)"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment