-
-
Notifications
You must be signed in to change notification settings - Fork 321
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
Packaging and PyPI releases #126
Comments
Hi, Since the majority of this is actually done by And if someone is using a model in a dockerfile - he can just use torch.hub's cache and / or just freeze the necessary model. So, since this is the first time anyone actually requests this, I would rather prefer if the community would lend a hand and do some PR using GitHub Actions. |
Thanks for the reply. I also mean, it would be nice to have a some high-level API to use your models as a library. Such API would hide low-level implementation details and the ML framework (pytorch, tensorflow, etc). A user will just install the package and use some convenient API to use STT/TTS functionality. The user may not even know anything about |
@snakers4 I can pick up on this and make a PR. Fine by you ? Also I would need some additional details like organization name, minimal python version, initial version scheming, max line length of your coding style, etc. |
Hi @Abhi011999 As for your questions (and some more):
I believe there will be some more fields to fill, probably let's discuss them in DM, if we decide to proceed?
I believe since now PyTorch 1.10 official images are provided with python 3.7
I believe nothing fancy, like v0.1-alpha, v0.1-beta, 0.2, 0.3, etc
We typically do not adhere to any strict rulesets (i.e. we mostly just use linters without pre-commit formatting hooks or similar) I do not believe it would make sense to include a lot of tests, but probably 1 simple test per each model, like in As for other things, PyTorch by default uses conda, but since there are no binary dependencies (basically we just need After all, the core of the library would be just an init.py file with proper namespace, since more or less everything is already packaged.
|
Hi @snakers4 , |
We are refactoring with @Abhi011999 and something may break |
Hello,
Thank you for your hard work.
Is there any chance of getting installable Python package from PyPI for the project?
For example, it might look like this for installing STT models with PyTorch:
This would be very handy for using the models in the production projects and environments.
The text was updated successfully, but these errors were encountered: