-
-
Notifications
You must be signed in to change notification settings - Fork 10.1k
[Bug] DeepGemm: Fix TypeError: per_block_cast_to_fp8() missing 1 required positional argument: 'use_ue8m0' for SM100 #21187
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
[Bug] DeepGemm: Fix TypeError: per_block_cast_to_fp8() missing 1 required positional argument: 'use_ue8m0' for SM100 #21187
Conversation
Signed-off-by: yewentao256 <zhyanwentao@126.com>
👋 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 🚀 |
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.
Code Review
The pull request fixes a TypeError by adding the missing 'use_ue8m0' argument to the per_block_cast_to_fp8
function call when using DeepGEMM on SM100. The review suggests making the use_ue8m0
parameter configurable for broader applicability.
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
…ired positional argument: 'use_ue8m0' for SM100 (vllm-project#21187) Signed-off-by: yewentao256 <zhyanwentao@126.com> Signed-off-by: Himanshu Jaju <hj@mistral.ai>
…ired positional argument: 'use_ue8m0' for SM100 (vllm-project#21187) Signed-off-by: yewentao256 <zhyanwentao@126.com>
…ired positional argument: 'use_ue8m0' for SM100 (vllm-project#21187) Signed-off-by: yewentao256 <zhyanwentao@126.com> Signed-off-by: avigny <47987522+avigny@users.noreply.github.com>
…ired positional argument: 'use_ue8m0' for SM100 (vllm-project#21187) Signed-off-by: yewentao256 <zhyanwentao@126.com> Signed-off-by: x22x22 <wadeking@qq.com>
…ired positional argument: 'use_ue8m0' for SM100 (vllm-project#21187) Signed-off-by: yewentao256 <zhyanwentao@126.com>
…ired positional argument: 'use_ue8m0' for SM100 (vllm-project#21187) Signed-off-by: yewentao256 <zhyanwentao@126.com>
…ired positional argument: 'use_ue8m0' for SM100 (vllm-project#21187) Signed-off-by: yewentao256 <zhyanwentao@126.com> Signed-off-by: Jinzhen Lin <linjinzhen@hotmail.com>
…ired positional argument: 'use_ue8m0' for SM100 (vllm-project#21187) Signed-off-by: yewentao256 <zhyanwentao@126.com> Signed-off-by: Paul Pak <paulpak58@gmail.com>
…ired positional argument: 'use_ue8m0' for SM100 (vllm-project#21187) Signed-off-by: yewentao256 <zhyanwentao@126.com>
…ired positional argument: 'use_ue8m0' for SM100 (vllm-project#21187) Signed-off-by: yewentao256 <zhyanwentao@126.com> Signed-off-by: Diego-Castan <diego.castan@ibm.com>
…ired positional argument: 'use_ue8m0' for SM100 (vllm-project#21187) Signed-off-by: yewentao256 <zhyanwentao@126.com>
…ired positional argument: 'use_ue8m0' for SM100 (vllm-project#21187) Signed-off-by: yewentao256 <zhyanwentao@126.com>
Purpose
deepseek-ai/DeepGEMM#112 merged
this pr fixes
E TypeError: per_block_cast_to_fp8() missing 1 required positional argument: 'use_ue8m0'
Test