-
-
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
[Bugfix] Fix GGUF inference with FP16 unquantized checkpoint #10675
Conversation
Signed-off-by: Isotr0py <2037008807@qq.com>
Signed-off-by: Isotr0py <2037008807@qq.com>
Signed-off-by: Isotr0py <2037008807@qq.com>
Signed-off-by: Isotr0py <2037008807@qq.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:
🚀 |
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 - should there be asserts/checks on the qweight_type in ggml_mul_mat_vec_a8
and ggml_mul_mat_a8
?
Signed-off-by: Isotr0py <2037008807@qq.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.
should there be asserts/checks on the qweight_type in ggml_mul_mat_vec_a8 and ggml_mul_mat_a8?
Sure, I have added qweight_type checking for ggml_mul_mat_vec_a8 and ggml_mul_mat_a8 with a fallback. PTAL!
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.
Excellent, I love the explicit sets
…oject#10675) Signed-off-by: Isotr0py <2037008807@qq.com> Signed-off-by: Andrew Feldman <afeldman@neuralmagic.com>
…oject#10675) Signed-off-by: Isotr0py <2037008807@qq.com>
FIX #10600 (link existing issues this PR will resolve)
qwen2.5-0.5b-instruct-fp16.gguf
)