-
-
Notifications
You must be signed in to change notification settings - Fork 5.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
[platform] Add verify_quantization in platform. #10757
[platform] Add verify_quantization in platform. #10757
Conversation
👋 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:
🚀 |
86d3190
to
a6526bf
Compare
Signed-off-by: wangxiyuan <[email protected]>
a6526bf
to
1c4a5d3
Compare
LGTM |
Signed-off-by: wangxiyuan <[email protected]> Signed-off-by: Andrew Feldman <[email protected]>
Signed-off-by: wangxiyuan <[email protected]>
Signed-off-by: wangxiyuan <[email protected]>
Part of #9268
verify_quantization
function and movesupported_quantization
to platform to avoid unlimitedif else
usage.device_name
to each platform to distinguish the device name. such as, rocm and cuda