mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-28 06:47:03 +08:00
updated
Signed-off-by: Robert Shaw <robshaw@redhat.com>
This commit is contained in:
parent
a58892880e
commit
e81c277e6e
@ -970,9 +970,6 @@ class DPAsyncMPClient(AsyncMPClient):
|
|||||||
self.engines_running = running
|
self.engines_running = running
|
||||||
# NOTE: counts include all global Cores. Slice
|
# NOTE: counts include all global Cores. Slice
|
||||||
# to get get the Core's managed by this client.
|
# to get get the Core's managed by this client.
|
||||||
# TODO(rob): update this so we only pull in
|
|
||||||
# the counts that we are load balancing across.
|
|
||||||
# logger.info(f"{counts=}")
|
|
||||||
self.lb_engines = counts[start_idx:end_idx]
|
self.lb_engines = counts[start_idx:end_idx]
|
||||||
|
|
||||||
resources.stats_update_task = asyncio.create_task(
|
resources.stats_update_task = asyncio.create_task(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user