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
Add multi-processing and multi-threading support for AsyncAPI
Motivation
This would allow users to share resources and increase API throughput. This is especially relevant when using GPUs since each replica can only request a whole GPU at a time.