-
-
Notifications
You must be signed in to change notification settings - Fork 9.2k
[CI/Build] Fix test failure due to updated model repo #21375
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: DarkLight1337 <[email protected]>
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.
Code Review
This pull request aims to fix a test failure by updating the model registry to specify a minimum transformers version for ERNIE models. The change correctly identifies the need for a newer transformers version. However, it incorrectly removes the trust_remote_code=True
flag, which is still required for these models as they contain custom code. I've suggested a fix to re-introduce this flag to ensure the models can be loaded correctly.
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.
LGTM
Will force-merge once basic models tests pass |
👋 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 🚀 |
…1375) Signed-off-by: DarkLight1337 <[email protected]>
…1375) Signed-off-by: DarkLight1337 <[email protected]> Signed-off-by: qizixi <[email protected]>
…1375) Signed-off-by: DarkLight1337 <[email protected]>
…1375) Signed-off-by: DarkLight1337 <[email protected]> Signed-off-by: avigny <[email protected]>
…1375) Signed-off-by: DarkLight1337 <[email protected]> Signed-off-by: shuw <[email protected]>
…1375) Signed-off-by: DarkLight1337 <[email protected]> Signed-off-by: x22x22 <[email protected]>
…1375) Signed-off-by: DarkLight1337 <[email protected]>
…1375) Signed-off-by: DarkLight1337 <[email protected]>
Essential Elements of an Effective PR Description Checklist
supported_models.md
andexamples
for a new model.Purpose
Fix failing model tests due to ERNIE model repo being updated to transformers v4.54, e.g.: https://huggingface.co/baidu/ERNIE-4.5-0.3B-PT/commit/54cd03c1f4dc38d601910726156d4b685c4fd6d6#d2h-025836
Test Plan
Test Result
(Optional) Documentation Update