-
Notifications
You must be signed in to change notification settings - Fork 611
Update transformers backend name #2075
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
Update transformers backend name #2075
Conversation
… gradnorm and less tps with HF model
This reverts commit 09f0c94.
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.
Thank you!
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.
Because the name changed, you will also need to change the name here to make CI running:
| pip_install -r /opt/conda/requirements-transformers-backend.txt |
387c632 to
1259bb2
Compare
1259bb2 to
79e44c1
Compare
wwwjn
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.
Renaming is low risk - Will see @tianyu-l 's opinion on this
| # Huggingface Transformers backend | ||
|
|
||
| ## Quick start | ||
|
|
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.
Maybe also change the title name in README, and add some description that we are only using huggingface model definition as backend
tianyu-l
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.
sgtm, please fix tests
|
seems like CI fail but outside of my control this time |
|
ci failure unrelated |
following Huggingface efforts in VLLM (cf vllm-project/vllm#28725), we would like to uniformize the naming and make sure that people think we use the HF models only