-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
[CI] Prune tests/models/decoder_only/language/* tests #9940
[CI] Prune tests/models/decoder_only/language/* tests #9940
Conversation
mgoin
commented
Nov 1, 2024
•
edited
Loading
edited
- Get rid of test_big_models.py to fold in different small versions of architectures into test_models.py
- Use small models for test_fp8.py
- Test less models in test_gptq_marlin.py, test_gptq_marlin_24.py
- Get rid of test_marlin.py and test_qwen.py
- Make test_mistral.py more efficient slightly
Signed-off-by: mgoin <michael@neuralmagic.com>
👋 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:
🚀 |
Signed-off-by: mgoin <michael@neuralmagic.com>
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.
Thanks for saving CI costs!
It seems there are some failures in the tests though, please fix them. |
Signed-off-by: mgoin <michael@neuralmagic.com>
Signed-off-by: mgoin <michael@neuralmagic.com>