From ab74b2a27a4eb88b90356bfb4b452d29edf05574 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 13 Jan 2026 17:09:23 +0000 Subject: [PATCH] [Trivial] Remove duplicate enable_mfu_metrics (#32246) Signed-off-by: Mark McLoughlin --- vllm/config/observability.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/vllm/config/observability.py b/vllm/config/observability.py index dae7032bc..9700c9117 100644 --- a/vllm/config/observability.py +++ b/vllm/config/observability.py @@ -72,9 +72,6 @@ class ObservabilityConfig: This is for internal use only (e.g., benchmarks) and is not exposed as a CLI argument.""" - enable_mfu_metrics: bool = False - """Enable Model FLOPs Utilization (MFU) metrics.""" - enable_logging_iteration_details: bool = False """Enable detailed logging of iteration details. If set, vllm EngineCore will log iteration details