-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
use pip install TGI3.0 #2832
Comments
Hi @xiezhipeng-git , I noticed that the latest version (3.0.1) isn’t available via pip install. Rather than just uploading it manually to PyPI, I’d like to propose implementing a CI/CD workflow to automatically upload the latest GitHub release to PyPI. This way, every time a new release is tagged on GitHub, it will be automatically pushed to PyPI, ensuring that users always have access to the latest version. I’d be happy to work on setting this up and would appreciate any guidance or feedback on how the maintainers would prefer to approach this. Looking forward to contributing and learning through this project! 😊 |
Maybe you can try twine |
It's a good suggestion, build from source is so complicated that it introduces a multitude of issues, hindering us from becoming users. looking forward to pip way! |
Feature request
I want to use
pip install tgi
but there are only 2.4.0
And I see the release already has 3.0.1.
Do I just have to wait to use it via pip install tgi 3.0+?
Motivation
Easier to use tgi 3.0+
Your contribution
https://pypi.org/project/tgi/
The text was updated successfully, but these errors were encountered: