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
ba7ba35c
Unverified
Commit
ba7ba35c
authored
Jun 25, 2025
by
Aaron Pham
Committed by
GitHub
Jun 25, 2025
Browse files
[Chore] debloat some initial logs (#19438)
Signed-off-by:
Aaron Pham
<
contact@aarnphm.xyz
>
parent
015fab8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
vllm/config.py
vllm/config.py
+4
-4
No files found.
vllm/config.py
View file @
ba7ba35c
...
...
@@ -546,10 +546,10 @@ class ModelConfig:
self
.
code_revision
,
self
.
config_format
)
if
hf_overrides_kw
:
logger
.
info
(
"Overriding HF config with %s"
,
hf_overrides_kw
)
logger
.
debug
(
"Overriding HF config with %s"
,
hf_overrides_kw
)
hf_config
.
update
(
hf_overrides_kw
)
if
hf_overrides_fn
:
logger
.
info
(
"Overriding HF config with %s"
,
hf_overrides_fn
)
logger
.
debug
(
"Overriding HF config with %s"
,
hf_overrides_fn
)
hf_config
=
hf_overrides_fn
(
hf_config
)
self
.
hf_config
=
hf_config
...
...
@@ -1947,8 +1947,8 @@ class ParallelConfig:
if
get_current_placement_group
():
backend
=
"ray"
self
.
distributed_executor_backend
=
backend
logger
.
info
(
"Defaulting to use %s for distributed inference"
,
backend
)
logger
.
debug
(
"Defaulting to use %s for distributed inference"
,
backend
)
if
self
.
distributed_executor_backend
is
None
and
self
.
world_size
==
1
:
self
.
distributed_executor_backend
=
"uni"
...
...
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