You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue has been identified:
Since the server is launched using a single worker, this means that when the model is streaming or generating results, the worker will be occupied. Any incoming requests to the server will need to be queued until the one and only worker is free.
Welcome more suggestions by replying to this comment.
Describe the bug
The health status of chat api server cannot be queried when the chat api server is generating responses.
The text was updated successfully, but these errors were encountered: