[Misc] add group_size is -1 in awq quantization - #18910
Conversation
|
👋 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 🚀 |
Signed-off-by: rongfu.leng <rongfu.leng@daocloud.io>
774b2d1 to
33ba0ad
Compare
|
@DarkLight1337 please take a look, thanks ~ |
|
I'll leave the review to @mgoin who is more qualified |
mgoin
left a comment
There was a problem hiding this comment.
Seems reasonable to me, thanks!
Signed-off-by: rongfu.leng <rongfu.leng@daocloud.io> Signed-off-by: amit <amit.man@gmail.com>
Signed-off-by: rongfu.leng <rongfu.leng@daocloud.io> Signed-off-by: amit <amit.man@gmail.com>
|
Hi, I modified my vLLM code based on this submission. The model seems to be deployed successfully, but when I try to use it, it only responds with "!!!!!!" Here is my vLLM launch command: And here is the API call I'm making: |
I test is not question, could you please provide more information on how I can reproduce your problem? |
I used AutoRound for quantization. Here is my command: autoround = AutoRound( autoround.quantize_and_save(output_dir, format='auto_awq')` |
|
@Rorschaaaach Is your problem that the model doesn't work properly or that the model performance is slow? |
My model didn't work properly at first, but I re-quantized my model according to your instructions, and then the model worked properly. Now I find that the model is very slow to answer after it works properly. |
Signed-off-by: rongfu.leng <rongfu.leng@daocloud.io>
Signed-off-by: rongfu.leng <rongfu.leng@daocloud.io>
Signed-off-by: rongfu.leng <rongfu.leng@daocloud.io>






FIX #18885
Test success:
#18885 (comment)