Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
97d9524f
Unverified
Commit
97d9524f
authored
Jun 30, 2025
by
Wentao Ye
Committed by
GitHub
Jun 30, 2025
Browse files
[Refactor] Remove useless pdb comment (#20266)
Signed-off-by:
yewentao256
<
zhyanwentao@126.com
>
parent
d8cf819a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vllm/model_executor/layers/fused_moe/deep_gemm_moe.py
vllm/model_executor/layers/fused_moe/deep_gemm_moe.py
+0
-1
No files found.
vllm/model_executor/layers/fused_moe/deep_gemm_moe.py
View file @
97d9524f
...
...
@@ -141,7 +141,6 @@ class DeepGemmExperts(mk.FusedMoEPermuteExpertsUnpermute):
quant_out
=
_resize_cache
(
workspace13
.
view
(
dtype
=
torch
.
float8_e4m3fn
),
(
M_sum
,
N
//
2
))
mm2_out
=
_resize_cache
(
workspace2
,
(
M_sum
,
K
))
# import pdb; pdb.set_trace()
dg
.
m_grouped_gemm_fp8_fp8_bf16_nt_contiguous
(
(
a1q
,
a1q_scale
),
(
w1
,
w1_scale
),
mm1_out
,
expert_ids
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment