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
2010f04c
"vllm/vscode:/vscode.git/clone" did not exist on "671dcfff580b51b694cdf77d9645a5f4892ff7e5"
Unverified
Commit
2010f04c
authored
Feb 17, 2025
by
Jee Jee Li
Committed by
GitHub
Feb 16, 2025
Browse files
[V1][Misc] Avoid unnecessary log output (#13289)
parent
69e1d23e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
vllm/v1/worker/gpu_model_runner.py
vllm/v1/worker/gpu_model_runner.py
+7
-5
No files found.
vllm/v1/worker/gpu_model_runner.py
View file @
2010f04c
...
...
@@ -96,11 +96,13 @@ class GPUModelRunner(LoRAModelRunnerMixin):
self
.
mm_registry
=
MULTIMODAL_REGISTRY
self
.
uses_mrope
=
model_config
.
uses_mrope
# NOTE: Initialized client is only used for processing dummy
# multimodal data into multimodal kwargs for GPU memory profiling.
# Only applicable to multimodal models with legacy input mapper.
self
.
mm_input_mapper_profiling
=
MMInputCacheClient
(
self
.
model_config
)
self
.
mm_input_mapper_profiling
.
use_cache
=
False
if
self
.
is_multimodal_model
:
# NOTE: Initialized client is only used for processing dummy
# multimodal data into multimodal kwargs for GPU memory profiling.
# Only applicable to multimodal models with legacy input mapper.
self
.
mm_input_mapper_profiling
=
MMInputCacheClient
(
self
.
model_config
)
self
.
mm_input_mapper_profiling
.
use_cache
=
False
encoder_compute_budget
,
encoder_cache_size
=
compute_encoder_budget
(
model_config
=
model_config
,
...
...
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