-
Notifications
You must be signed in to change notification settings - Fork 36
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
Strange dependencies? #16
Comments
Hey @flatsiedatsie , thanks for the note. A lot of these dependencies (especially the google modules and huggingface-hub) stem from AllenAI's cached-path package. It provides a fairly standardized way to cache model checkpoint paths. A good alternative would be to just have the local caching functionality from that package (in other words, I'll keep an eye out for any way to replace |
Ah, I see. Thanks for the explanation! |
@flatsiedatsie Just wanted to follow up on this. After looking into it some more, I think replacing Ideally, |
They are "happy to accept PR's" :-) |
I'm installing this via Pip and I'm amazed at the number of modules this is installing. Does it really need this many?
pip3 install styletts2 -t lib --no-cache-dir --prefix "" --default-timeout=180 --upgrade
E.g. why is it installing:
The full list:
// It's done installing.. 900MB :-D
The text was updated successfully, but these errors were encountered: