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
dynamo
Commits
ae4fb58f
Unverified
Commit
ae4fb58f
authored
Aug 21, 2025
by
Tzu-Ling Kan
Committed by
GitHub
Aug 21, 2025
Browse files
fix: Remove metric_labels from multimodal codes. (#2608)
parent
d2d1a320
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
examples/multimodal/components/worker.py
examples/multimodal/components/worker.py
+0
-1
No files found.
examples/multimodal/components/worker.py
View file @
ae4fb58f
...
@@ -142,7 +142,6 @@ class VllmBaseWorker:
...
@@ -142,7 +142,6 @@ class VllmBaseWorker:
self
.
stats_logger
=
StatLoggerFactory
(
self
.
stats_logger
=
StatLoggerFactory
(
component
,
component
,
self
.
engine_args
.
data_parallel_rank
or
0
,
self
.
engine_args
.
data_parallel_rank
or
0
,
metrics_labels
=
[(
"model"
,
self
.
engine_args
.
model
)],
)
)
self
.
engine_client
=
AsyncLLM
.
from_vllm_config
(
self
.
engine_client
=
AsyncLLM
.
from_vllm_config
(
vllm_config
=
vllm_config
,
vllm_config
=
vllm_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