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
87503d85
Commit
87503d85
authored
Dec 03, 2025
by
zhuwenwen
Browse files
set VLLM_USE_LIGHTOP_MOE_ALIGN=0 (for qwen3-30b)
parent
15a55773
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
vllm/model_executor/model_loader/utils.py
vllm/model_executor/model_loader/utils.py
+4
-4
No files found.
vllm/model_executor/model_loader/utils.py
View file @
87503d85
...
@@ -202,8 +202,8 @@ def _get_model_architecture(
...
@@ -202,8 +202,8 @@ def _get_model_architecture(
if
not
envs
.
is_set
(
"VLLM_USE_PD_SPLIT"
):
if
not
envs
.
is_set
(
"VLLM_USE_PD_SPLIT"
):
os
.
environ
[
'VLLM_USE_PD_SPLIT'
]
=
'1'
os
.
environ
[
'VLLM_USE_PD_SPLIT'
]
=
'1'
if
architectures
in
[[
'Qwen3MoeForCausalLM'
]]:
if
architectures
in
[[
'Qwen3MoeForCausalLM'
]]:
if
not
envs
.
is_set
(
"VLLM_USE_LIGHTOP_MOE_ALIGN"
):
#
if not envs.is_set("VLLM_USE_LIGHTOP_MOE_ALIGN"):
os
.
environ
[
'VLLM_USE_LIGHTOP_MOE_ALIGN'
]
=
'1'
#
os.environ['VLLM_USE_LIGHTOP_MOE_ALIGN'] = '1'
if
not
envs
.
is_set
(
"VLLM_USE_LIGHTOP_MOE_SUM"
):
if
not
envs
.
is_set
(
"VLLM_USE_LIGHTOP_MOE_SUM"
):
os
.
environ
[
'VLLM_USE_LIGHTOP_MOE_SUM'
]
=
'1'
os
.
environ
[
'VLLM_USE_LIGHTOP_MOE_SUM'
]
=
'1'
if
not
envs
.
is_set
(
"VLLM_USE_FUSE_SILU_AND_MUL"
):
if
not
envs
.
is_set
(
"VLLM_USE_FUSE_SILU_AND_MUL"
):
...
@@ -229,8 +229,8 @@ def _get_model_architecture(
...
@@ -229,8 +229,8 @@ def _get_model_architecture(
if
not
envs
.
is_set
(
"VLLM_USE_PD_SPLIT"
):
if
not
envs
.
is_set
(
"VLLM_USE_PD_SPLIT"
):
os
.
environ
[
'VLLM_USE_PD_SPLIT'
]
=
'1'
os
.
environ
[
'VLLM_USE_PD_SPLIT'
]
=
'1'
if
architectures
in
[[
'Qwen3MoeForCausalLM'
]]:
if
architectures
in
[[
'Qwen3MoeForCausalLM'
]]:
if
not
envs
.
is_set
(
"VLLM_USE_LIGHTOP_MOE_ALIGN"
):
#
if not envs.is_set("VLLM_USE_LIGHTOP_MOE_ALIGN"):
os
.
environ
[
'VLLM_USE_LIGHTOP_MOE_ALIGN'
]
=
'1'
#
os.environ['VLLM_USE_LIGHTOP_MOE_ALIGN'] = '1'
if
not
envs
.
is_set
(
"VLLM_USE_LIGHTOP_MOE_SUM"
):
if
not
envs
.
is_set
(
"VLLM_USE_LIGHTOP_MOE_SUM"
):
os
.
environ
[
'VLLM_USE_LIGHTOP_MOE_SUM'
]
=
'1'
os
.
environ
[
'VLLM_USE_LIGHTOP_MOE_SUM'
]
=
'1'
if
not
envs
.
is_set
(
"VLLM_USE_FUSE_SILU_AND_MUL"
):
if
not
envs
.
is_set
(
"VLLM_USE_FUSE_SILU_AND_MUL"
):
...
...
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