diff --git a/vllm/v1/metrics/loggers.py b/vllm/v1/metrics/loggers.py index 0fbbb819291e7..1e13513674ada 100644 --- a/vllm/v1/metrics/loggers.py +++ b/vllm/v1/metrics/loggers.py @@ -560,9 +560,6 @@ class PrometheusStatLogger(StatLoggerBase): self.histogram_max_tokens_request[engine_idx].observe( finished_request.max_tokens_param) - # TODO: investigate whether LoRA works with DP and ensure - # that the metrics we are logging are consistent with - if self.gauge_lora_info is not None: running_lora_adapters = \ ",".join(iteration_stats.running_lora_adapters.keys())