mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-03-19 21:57:25 +08:00
cleanup
Signed-off-by: Robert Shaw <robshaw@redhat.com>
This commit is contained in:
parent
5ea4fa206d
commit
e9e180da5f
@ -472,7 +472,7 @@ class PrometheusStatLogger(StatLoggerBase):
|
||||
documentation = "Information of the LLMEngine CacheConfig"
|
||||
assert name is not None, f"Unknown metrics info type {type}"
|
||||
|
||||
# Info type metrics are syntactic sugar for a gauge permanently set to 1 # noqa: E501
|
||||
# Info type metrics are syntactic sugar for a gauge permanently set to 1
|
||||
# Since prometheus multiprocessing mode does not support Info, emulate
|
||||
# info here with a gauge.
|
||||
info_gauge = self._gauge_cls(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user