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
d4d251fe
"vscode:/vscode.git/clone" did not exist on "2bcf71b9c0305e2a3d645e7a5ced4460262b4a6c"
Commit
d4d251fe
authored
Dec 01, 2025
by
zhuwenwen
Browse files
update VLLM_USE_LIGHTOP_RMS_ROPE_CONCAT
parent
903a588f
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 @
d4d251fe
...
@@ -288,8 +288,8 @@ def get_model_architecture(
...
@@ -288,8 +288,8 @@ def get_model_architecture(
os
.
environ
[
'VLLM_USE_LIGHTOP_FILL_MOE_ALIGN'
]
=
'1'
os
.
environ
[
'VLLM_USE_LIGHTOP_FILL_MOE_ALIGN'
]
=
'1'
if
not
envs
.
is_set
(
"VLLM_USE_CAT_MLA"
):
if
not
envs
.
is_set
(
"VLLM_USE_CAT_MLA"
):
os
.
environ
[
'VLLM_USE_CAT_MLA'
]
=
'1'
os
.
environ
[
'VLLM_USE_CAT_MLA'
]
=
'1'
if
not
envs
.
is_set
(
"VLLM_USE_LIGHTOP_RMS_ROPE_CONCAT"
):
#
if not envs.is_set("VLLM_USE_LIGHTOP_RMS_ROPE_CONCAT"):
os
.
environ
[
'VLLM_USE_LIGHTOP_RMS_ROPE_CONCAT'
]
=
'1'
#
os.environ['VLLM_USE_LIGHTOP_RMS_ROPE_CONCAT'] = '1'
else
:
else
:
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'
...
@@ -302,8 +302,8 @@ def get_model_architecture(
...
@@ -302,8 +302,8 @@ def get_model_architecture(
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"
):
os
.
environ
[
'VLLM_USE_FUSE_SILU_AND_MUL'
]
=
'1'
os
.
environ
[
'VLLM_USE_FUSE_SILU_AND_MUL'
]
=
'1'
if
not
envs
.
is_set
(
"VLLM_USE_OPT_RESHAPE_AND_CACHE"
):
#
if not envs.is_set("VLLM_USE_OPT_RESHAPE_AND_CACHE"):
os
.
environ
[
'VLLM_USE_OPT_RESHAPE_AND_CACHE'
]
=
'1'
#
os.environ['VLLM_USE_OPT_RESHAPE_AND_CACHE'] = '1'
if
os
.
getenv
(
'GEMM_PAD'
)
!=
'1'
:
if
os
.
getenv
(
'GEMM_PAD'
)
!=
'1'
:
os
.
environ
[
'GEMM_PAD'
]
=
'0'
os
.
environ
[
'GEMM_PAD'
]
=
'0'
...
...
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