Signed-off-by: Robert Shaw <robshaw@redhat.com>
This commit is contained in:
Robert Shaw 2025-07-20 17:19:42 +00:00
parent e9e180da5f
commit 3f4ae353c2

View File

@ -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())