Kokoro-FastAPI
Kokoro-FastAPI copied to clipboard
Hope to be able to support high concurrency
Hope to be able to support high concurrency the single instance currently used in the whole system, and it seems that pipline's inference process is blocked;
As a result, requests are queued all the time
I guess a workaround for now would be to spin up multiple python processes?