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
1891cf60
Unverified
Commit
1891cf60
authored
Oct 29, 2025
by
bnellnm
Committed by
GitHub
Oct 29, 2025
Browse files
[Bugfix] Fix modular kernel tests (#27707)
Signed-off-by:
Bill Nell
<
bnell@redhat.com
>
parent
8df98c21
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
.buildkite/test-pipeline.yaml
.buildkite/test-pipeline.yaml
+2
-0
tests/kernels/moe/modular_kernel_tools/common.py
tests/kernels/moe/modular_kernel_tools/common.py
+1
-0
No files found.
.buildkite/test-pipeline.yaml
View file @
1891cf60
...
@@ -498,6 +498,8 @@ steps:
...
@@ -498,6 +498,8 @@ steps:
-
tests/kernels/moe
-
tests/kernels/moe
-
vllm/model_executor/layers/fused_moe/
-
vllm/model_executor/layers/fused_moe/
-
vllm/distributed/device_communicators/
-
vllm/distributed/device_communicators/
-
vllm/envs.py
-
vllm/config
commands
:
commands
:
-
pytest -v -s kernels/moe --shard-id=$$BUILDKITE_PARALLEL_JOB --num-shards=$$BUILDKITE_PARALLEL_JOB_COUNT
-
pytest -v -s kernels/moe --shard-id=$$BUILDKITE_PARALLEL_JOB --num-shards=$$BUILDKITE_PARALLEL_JOB_COUNT
parallelism
:
2
parallelism
:
2
...
...
tests/kernels/moe/modular_kernel_tools/common.py
View file @
1891cf60
...
@@ -138,6 +138,7 @@ class Config:
...
@@ -138,6 +138,7 @@ class Config:
}
}
backend
=
self
.
all2all_backend
()
backend
=
self
.
all2all_backend
()
vllm_config
.
parallel_config
.
all2all_backend
=
backend
if
backend
is
not
None
:
if
backend
is
not
None
:
env_dict
.
update
({
"VLLM_ALL2ALL_BACKEND"
:
backend
})
env_dict
.
update
({
"VLLM_ALL2ALL_BACKEND"
:
backend
})
...
...
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