mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-14 14:14:37 +08:00
seems to be working again, but LB is wrong
Signed-off-by: Robert Shaw <robshaw@redhat.com>
This commit is contained in:
parent
a46bc0a6a3
commit
85cd2da6b4
@ -951,7 +951,6 @@ class DPAsyncMPClient(AsyncMPClient):
|
|||||||
self.engines_running = True
|
self.engines_running = True
|
||||||
msg = msgspec.msgpack.encode(
|
msg = msgspec.msgpack.encode(
|
||||||
(target_eng_index, self.current_wave))
|
(target_eng_index, self.current_wave))
|
||||||
logger.info("FIRST_REQ")
|
|
||||||
await socket.send(msg)
|
await socket.send(msg)
|
||||||
|
|
||||||
buf = None
|
buf = None
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user