-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
[CI] Set max transformers version for Ultravox model test #16149
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
Conversation
Signed-off-by: Roger Wang <[email protected]>
👋 Hi! Thank you for contributing to the vLLM project. 💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels. Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run 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 either: Add 🚀 |
Full trace:
|
…ct#16149) Signed-off-by: Roger Wang <[email protected]>
Thanks for reporting. This should be fixed now. |
Thanks, I have opened #16381 to renable the test |
…ct#16149) Signed-off-by: Roger Wang <[email protected]> Signed-off-by: Yang Wang <[email protected]>
…ct#16149) Signed-off-by: Roger Wang <[email protected]>
…ct#16149) Signed-off-by: Roger Wang <[email protected]> Signed-off-by: Mu Huai <[email protected]>
We need to upgrade the transformers version to
4.51.0
so that Llama-4 can work in our nightly after #16113 is merged. However, Ultravox impl on huggingface is currently breaking on4.51.0
from the standard model test, so this PR sets the max transformers version for this model to unblock other PRs.I have verified the same test works on
4.50.3
cc @farzadab - could you maybe take a look and see if the model is still working on the latest transformers version?