-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
[DRAFT] Add fused_moe config for DeepSeek-V3 #11820
[DRAFT] Add fused_moe config for DeepSeek-V3 #11820
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:
🚀 |
Signed-off-by: Pernekhan Utemuratov <[email protected]>
707035b
to
d8ffa85
Compare
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.
Thanks for adding this!
HI @Pernekhan, thank you for the PR. We currently support the block wise w8a8 which is different from what this PR added under vllm/model_executor/layers/fused_moe/configs/E=256,N=256,device_name=NVIDIA_H200,dtype=fp8_w8a8.json Is this for a different checkpoint that performed the fp8_w8a8 quantization? cc @mgoin |
@simon-mo let me mark this PR as a draft for now, it's not finalized yet. I'll reopen this PR later once we're finalized. |
No description provided.