Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch Inference #143

Open
nickmitchko opened this issue Jun 28, 2024 · 2 comments
Open

Batch Inference #143

nickmitchko opened this issue Jun 28, 2024 · 2 comments

Comments

@nickmitchko
Copy link

Hi, Is it possible to batch inference like LLMs do? Such as provide 10 transcripts and batch the requests to increase total throughput?

@jasonppy
Copy link
Owner

TTS inference is in batch mode, it's just right now running the same transcript and selecting the shortest. Need some tweak in the code to support batch processing

@thivux
Copy link

thivux commented Aug 23, 2024

isn't inference_tts_scale.py the way to do batch inference?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants