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
c773cc66
Commit
c773cc66
authored
Jan 05, 2026
by
yangql
Browse files
删除调试信息
parent
a8639f65
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/model_executor/layers/fused_moe/modular_kernel.py
vllm/model_executor/layers/fused_moe/modular_kernel.py
+1
-1
No files found.
vllm/model_executor/layers/fused_moe/modular_kernel.py
View file @
c773cc66
...
@@ -941,7 +941,7 @@ class DeepGemmDisabledFusedMoEModularKernel(torch.nn.Module):
...
@@ -941,7 +941,7 @@ class DeepGemmDisabledFusedMoEModularKernel(torch.nn.Module):
num_ht_ll_tokens
=
envs
.
VLLM_MOE_HT_THRESHOLD
num_ht_ll_tokens
=
envs
.
VLLM_MOE_HT_THRESHOLD
num_tokens
=
hidden_states
.
size
(
0
)
num_tokens
=
hidden_states
.
size
(
0
)
logger
.
info
(
"num_tokens=%d"
,
num_tokens
)
#
logger.info("num_tokens=%d", num_tokens)
if
num_tokens
>
num_ht_ll_tokens
:
if
num_tokens
>
num_ht_ll_tokens
:
prepare_finalize
=
self
.
prepare_finalize
.
ht_prepare_finalize
prepare_finalize
=
self
.
prepare_finalize
.
ht_prepare_finalize
...
...
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