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

Making the Model Manager's Progress bar statically accessible via the class. #3297

Merged
merged 2 commits into from
Nov 24, 2023

Conversation

FlorianEagox
Copy link
Contributor

I'm building a GUI application, and whenever Coqui has to download a model, I'd like to be able to report the progress graphically to the user. This feels like a good start if we're going to keep ModelManager's download methods static. Another approach would to be to allow progress hook callbacks to be passed in, but this would require shaking up a lot of the functions that currently just take a bool.

Here's how I'm using it!
example3

@CLAassistant
Copy link

CLAassistant commented Nov 24, 2023

CLA assistant check
All committers have signed the CLA.

@erogol erogol merged commit 64f391b into coqui-ai:dev Nov 24, 2023
53 checks passed
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

Successfully merging this pull request may close these issues.

None yet

3 participants