-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
[CI/Build] Remove unnecessary flags from test registry #27353
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 <tlleungac@connect.ust.hk>
|
Documentation preview: https://vllm--27353.org.readthedocs.build/en/27353/ |
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 removes unnecessary flags like min_transformers_version and is_available_online from the test registry, which simplifies the configuration. It also cleans up backward compatibility code for older transformers versions in glm4_1v.py. The changes are generally good, but I found one critical issue where trust_remote_code=True was incorrectly removed for a model, which will likely break CI tests.
|
@simon-mo if you see any errors related to gated HF repos, can you get access to them? Thanks in advance |
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
|
Thanks @youkaichao for getting access |
…27353) Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk> Signed-off-by: Alberto Perdomo <aperdomo@redhat.com>
…27353) Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
…27353) Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk> Signed-off-by: 0xrushi <6279035+0xrushi@users.noreply.github.com>
…27353) Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk> Signed-off-by: 0xrushi <6279035+0xrushi@users.noreply.github.com>
Purpose
Also remove workarounds that are only needed in older transformers versions (current minimum is v4.56.0)
Test Plan
Test Result
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.