-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Model] Add JambaForSequenceClassification model #10860
[Model] Add JambaForSequenceClassification model #10860
Conversation
Signed-off-by: Yehoshua Cohen <[email protected]>
Signed-off-by: Yehoshua Cohen <[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:
🚀 |
Thanks for adding this, do you have a HF repo that we can refer to? Don't forget to update the Supported Models page. |
We have a test model that can be used to test the functionality of the code: |
Signed-off-by: DarkLight1337 <[email protected]>
Thanks for this! I'll update the PR accordingly so that the model tests can pass. |
Signed-off-by: DarkLight1337 <[email protected]>
This pull request has merge conflicts that must be resolved before it can be |
Signed-off-by: DarkLight1337 <[email protected]>
@DarkLight1337 - DCO is the only failing check. Can this get a force merge? |
[Model] Add support for embedding model JambaClassfication](#10858)