-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Misc] Directly use compressed-tensors for checkpoint definitions #8909
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:
🚀 |
Previously reverted by #7521 due to accelerate dependency issue. Since then, compressed-tensors==0.5.0 no longer requires accelerate |
The CI failures should be fixed now that I've merged from |
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
…lm-project#8909) Co-authored-by: DarkLight1337 <tlleungac@connect.ust.hk> Signed-off-by: charlifu <charlifu@amd.com>
…lm-project#8909) Co-authored-by: DarkLight1337 <tlleungac@connect.ust.hk> Signed-off-by: Vinay Damodaran <vrdn@hey.com>
…lm-project#8909) Co-authored-by: DarkLight1337 <tlleungac@connect.ust.hk> Signed-off-by: Alvant <alvasian@yandex.ru>
…lm-project#8909) Co-authored-by: DarkLight1337 <tlleungac@connect.ust.hk> Signed-off-by: Amit Garg <mitgarg17495@gmail.com>
…lm-project#8909) Co-authored-by: DarkLight1337 <tlleungac@connect.ust.hk> Signed-off-by: qishuai <ferdinandzhong@gmail.com>
…lm-project#8909) Co-authored-by: DarkLight1337 <tlleungac@connect.ust.hk> Signed-off-by: Sumit Dubey <sumit.dubey2@ibm.com>
…lm-project#8909) Co-authored-by: DarkLight1337 <tlleungac@connect.ust.hk>
…lm-project#8909) Co-authored-by: DarkLight1337 <tlleungac@connect.ust.hk> Signed-off-by: Maxime Fournioux <55544262+mfournioux@users.noreply.github.com>
Reuse existing implementations of compression and quantization configs defined by compressed-tensors by adding as a dependency
The reused classes are
CompressionFormat
QuantizationArgs
QuantizationStrategy
QuantizationType
ActivationOrdering