Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
dc7fb5be
Unverified
Commit
dc7fb5be
authored
Dec 13, 2025
by
Qier Li
Committed by
GitHub
Dec 14, 2025
Browse files
[Bug][KVConnector][Metrics] Remove a vacuous assertion breaking external-launcher (#30577)
Co-authored-by:
Qier Li
<
qier@fb.com
>
parent
24429d59
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
vllm/distributed/kv_transfer/kv_connector/v1/metrics.py
vllm/distributed/kv_transfer/kv_connector/v1/metrics.py
+0
-3
No files found.
vllm/distributed/kv_transfer/kv_connector/v1/metrics.py
View file @
dc7fb5be
...
...
@@ -7,7 +7,6 @@ from prometheus_client import Counter, Gauge, Histogram
from
vllm.config
import
KVTransferConfig
,
VllmConfig
from
vllm.distributed.kv_transfer.kv_connector.factory
import
KVConnectorFactory
from
vllm.distributed.kv_transfer.kv_transfer_state
import
has_kv_transfer_group
from
vllm.logger
import
init_logger
PromMetric
:
TypeAlias
=
Gauge
|
Counter
|
Histogram
...
...
@@ -53,8 +52,6 @@ class KVConnectorStats:
class
KVConnectorLogging
:
def
__init__
(
self
,
kv_transfer_config
:
KVTransferConfig
|
None
):
# This should be called on frontend process.
assert
not
has_kv_transfer_group
()
# Instantiate the connector's stats class.
if
kv_transfer_config
and
kv_transfer_config
.
kv_connector
:
self
.
connector_cls
=
KVConnectorFactory
.
get_connector_class
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment