Unverified Commit ae4fb58f authored by Tzu-Ling Kan's avatar Tzu-Ling Kan Committed by GitHub
Browse files

fix: Remove metric_labels from multimodal codes. (#2608)

parent d2d1a320
......@@ -142,7 +142,6 @@ class VllmBaseWorker:
self.stats_logger = StatLoggerFactory(
component,
self.engine_args.data_parallel_rank or 0,
metrics_labels=[("model", self.engine_args.model)],
)
self.engine_client = AsyncLLM.from_vllm_config(
vllm_config=vllm_config,
......
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