daswer123 / xtts-api-server

A simple FastAPI Server to run XTTSv2
MIT License
292 stars 67 forks source link

Need arguments for parallel capacity #55

Closed 1973sir closed 5 months ago

1973sir commented 5 months ago

I've tested the project with ab and found out that the parallel capacity is very low(when sending 50 concurrency with ab it can only make about 2-3 parallel process). And when I check the VRAM,it only occupied about 4GB.So I was wondering if you would add argument(function) to allow specify parallel capacity(more model workers)?Or you can just take as much VRAM as possible to create more model workers(like VLLM's do). Thanks for the great job you've done and looking forward for your reply!

mercuryyy commented 1 month ago

Is this supported?