mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
fix websocket batching (#1511)
This commit is contained in:
parent
78d1977ebf
commit
c86e9a3372
@ -44,6 +44,8 @@ async def _handle_connection(websocket, path):
|
|||||||
'text': to_send
|
'text': to_send
|
||||||
}))
|
}))
|
||||||
|
|
||||||
|
await asyncio.sleep(0)
|
||||||
|
|
||||||
skip_index += len(to_send)
|
skip_index += len(to_send)
|
||||||
message_num += 1
|
message_num += 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user