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
70f1c878
Commit
70f1c878
authored
Nov 17, 2025
by
zhuwenwen
Browse files
set VLLM_USE_LIGHTOP_FILL_MOE_ALIN=0 for dpsk
parent
904b87ba
Changes
1
Hide 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 @
70f1c878
...
...
@@ -251,8 +251,8 @@ def get_model_architecture(
os
.
environ
[
'VLLM_USE_LIGHTOP_MOE_SUM_MUL_ADD'
]
=
'1'
if
not
envs
.
is_set
(
"VLLM_USE_OPT_CAT"
):
os
.
environ
[
'VLLM_USE_OPT_CAT'
]
=
'1'
if
not
envs
.
is_set
(
"VLLM_USE_LIGHTOP_FILL_MOE_ALIN"
):
os
.
environ
[
'VLLM_USE_LIGHTOP_FILL_MOE_ALIN'
]
=
'1'
#
if not envs.is_set("VLLM_USE_LIGHTOP_FILL_MOE_ALIN"):
#
os.environ['VLLM_USE_LIGHTOP_FILL_MOE_ALIN'] = '1'
if
os
.
getenv
(
'GEMM_PAD'
)
!=
'1'
:
os
.
environ
[
'GEMM_PAD'
]
=
'0'
...
...
@@ -266,8 +266,8 @@ def get_model_architecture(
os
.
environ
[
'VLLM_USE_LIGHTOP_MOE_SUM_MUL_ADD'
]
=
'1'
if
not
envs
.
is_set
(
"VLLM_USE_OPT_CAT"
):
os
.
environ
[
'VLLM_USE_OPT_CAT'
]
=
'1'
if
not
envs
.
is_set
(
"VLLM_USE_LIGHTOP_FILL_MOE_ALIN"
):
os
.
environ
[
'VLLM_USE_LIGHTOP_FILL_MOE_ALIN'
]
=
'1'
#
if not envs.is_set("VLLM_USE_LIGHTOP_FILL_MOE_ALIN"):
#
os.environ['VLLM_USE_LIGHTOP_FILL_MOE_ALIN'] = '1'
# awq相关配置
try
:
...
...
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