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
ee405280
Commit
ee405280
authored
May 08, 2025
by
zhuwenwen
Browse files
set VLLM_ROCM_MOE_PADDING=0
parent
45366531
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/envs.py
vllm/envs.py
+1
-1
No files found.
vllm/envs.py
View file @
ee405280
...
@@ -629,7 +629,7 @@ environment_variables: dict[str, Callable[[], Any]] = {
...
@@ -629,7 +629,7 @@ environment_variables: dict[str, Callable[[], Any]] = {
# Pad the weights for the moe kernel
# Pad the weights for the moe kernel
"VLLM_ROCM_MOE_PADDING"
:
"VLLM_ROCM_MOE_PADDING"
:
lambda
:
bool
(
int
(
os
.
getenv
(
"VLLM_ROCM_MOE_PADDING"
,
"
1
"
))),
lambda
:
bool
(
int
(
os
.
getenv
(
"VLLM_ROCM_MOE_PADDING"
,
"
0
"
))),
# custom paged attention kernel for MI3* cards
# custom paged attention kernel for MI3* cards
"VLLM_ROCM_CUSTOM_PAGED_ATTN"
:
"VLLM_ROCM_CUSTOM_PAGED_ATTN"
:
...
...
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