We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94cb15 commit a00cb91Copy full SHA for a00cb91
vllm/distributed/kv_transfer/kv_connector/v1/multi_connector.py
@@ -440,4 +440,4 @@ def build_prom_metrics(
440
)
441
442
def reset_cache(self) -> bool:
443
- return any(connector.reset_cache() for connector in self._connectors)
+ return all(connector.reset_cache() for connector in self._connectors)
0 commit comments