-
Notifications
You must be signed in to change notification settings - Fork 1.7k
40% Less VRAM Usage, Slightly Faster Inference, and Improved Voice Consistency – Optimized Text Autochunking #159
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
base: main
Are you sure you want to change the base?
Conversation
znraznra
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This works well in my case.
buttercrab
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you fix the lint & format
|
I get really weird results when using expressions with symbols like $140 ... is this common and what are the guidelines to get it right ? |
|
Hey @buttercrab , the linting and format should now be fixed. I also went ahead and tested the merge and everything seems to work. A couple notes from testing the merge: 2. Voice consistency still needs to be improved. 🔧
3. Model is much slower now? 🐢
|
|
@harmlessman Typically PR requests are not the place to ask these questions, just fyi. However, the information may be useful to @buttercrab.
|
buttercrab
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you fix the lint error?
|
@RobertAgee to get around the link error just use ruff like: It should help you get around any formatting errors. |
Title
40% Less VRAM Usage, Slightly Faster Inference, and Improved Voice Consistency – Optimized Text Autochunking
Important
➔ Please review and merge Gradio UI Improvements - Added Gradio Seed Input, Audio Prompt Transcript Field, Console Log Outputs #137 first.
Changes
model.generate()and_prepare_generation():audio_prompt_textas a clean, separate parametertorch.cuda.amp.autocast)Why
Notes
Thanks for reviewing this PR! 🚀