-
-
Notifications
You must be signed in to change notification settings - Fork 5.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
DRAFT: Add transformers
backend support
#11330
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Isotr0py <[email protected]>
👋 Hi! Thank you for contributing to the vLLM project. Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can do one of these:
🚀 |
Hello @ArthurZucker! This is very exciting! I know this PR is still a draft, but could you provide some context on the scope of this effort? Is it to support any model on |
Yep, overall this should support We are refactor our models to make sure it's propagated to as many models as possible! |
Might not have time to finish this week, will make it ready for next week 🎄 |
Signed-off-by: Harry Mellor <[email protected]>
Signed-off-by: Harry Mellor <[email protected]>
Initial PR to add support for
transformers
as a backend! Following huggingface/transformers#35235, a bunch of models should already be supported, we are wramping up support for more models !!Thanks @Isotr0py for the TP support!
Still have a few things to test / check