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
In this asynchronous method, call the synchronous code worker.generate_gate(params), it seems to cause service congestion. In this case, await acquire_worker_semaphore() seems to be invalid because there is always only one model running in the service?