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
c6c10ca9
Unverified
Commit
c6c10ca9
authored
May 21, 2025
by
bnellnm
Committed by
GitHub
May 21, 2025
Browse files
[Bugfix] Reduce moe_sum test size to avoid OOM (#18484)
Signed-off-by:
Bill Nell
<
bnell@redhat.com
>
parent
c154d893
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/kernels/moe/test_moe.py
tests/kernels/moe/test_moe.py
+1
-1
No files found.
tests/kernels/moe/test_moe.py
View file @
c6c10ca9
...
...
@@ -577,7 +577,7 @@ def test_moe_align_block_size_opcheck():
num_tokens_post_pad
))
@
pytest
.
mark
.
parametrize
(
"m"
,
[
1
,
33
,
222
,
1024
*
128
])
@
pytest
.
mark
.
parametrize
(
"m"
,
[
1
,
33
,
64
,
222
])
@
pytest
.
mark
.
parametrize
(
"topk"
,
TOP_KS
)
@
pytest
.
mark
.
parametrize
(
"k"
,
[
128
,
511
,
1024
])
@
pytest
.
mark
.
parametrize
(
"dtype"
,
...
...
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