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
[Bugfix] fix race condition that leads to wrong order of token returned
During the startup of the api server the setup function is called
multiple times (every 5s). So the longer the longer the startup time
(generally for larger models) the more consumers are contending for the
output. This can then lead to race condition where the order of the
answer token is wrong.
Introduce here: #9973
References:
#10376#10589#10782
Signed-off-by: Jannis Schönleber <[email protected]>
0 commit comments