-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
[Bugfix] Fix FBGEMM integration #18002
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 FBGEMM integration #18002
Conversation
Signed-off-by: mgoin <[email protected]>
👋 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 🚀 |
The second CI failure seems a different problem of compressed-tensors. |
Thanks Michael |
@jinzhen-lin This actually is not sufficient. The FBGEMM model runs but has no correctness
|
I would find the reason tomorrow. |
I actually found I get the same result using FBGEMM models with or without marlin (i.e. W8A8). There is something broken in the base case EDIT: This was due to incorrect skip module checks |
Signed-off-by: mgoin <[email protected]>
Signed-off-by: mgoin <[email protected]>
Signed-off-by: mgoin <[email protected]> Signed-off-by: Yuqi Zhang <[email protected]>
FIX #16850 (comment)
Addresses issues with both the FP8 W8A8 and FP8 Marlin path.
Marlin needed to allow for the layer to not have weight_block_sizes present, and both paths needed to update their ignored modules check to work with fused modules.
Manually verified evals:
FP8 W8A8
FP8 Marlin
====
Original failure found in CI: https://buildkite.com/vllm/ci/builds/19754#0196bd80-d18b-4c8a-bf76-50e9a53c5a6c/43-353