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
304d5ba1
Unverified
Commit
304d5ba1
authored
Apr 20, 2026
by
Nicolò Lucchesi
Committed by
GitHub
Apr 20, 2026
Browse files
[Bugfix][CI] Fix `tests/distributed/test_torchrun_example_moe.py` (#40349)
Signed-off-by:
NickLucche
<
nlucches@redhat.com
>
parent
81d954f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
tests/distributed/test_torchrun_example_moe.py
tests/distributed/test_torchrun_example_moe.py
+2
-0
No files found.
tests/distributed/test_torchrun_example_moe.py
View file @
304d5ba1
...
...
@@ -38,6 +38,8 @@ llm = LLM(
distributed_executor_backend
=
"external_launcher"
,
gpu_memory_utilization
=
random
.
uniform
(
0.7
,
0.9
),
seed
=
0
,
max_model_len
=
1024
,
max_num_seqs
=
16
,
)
outputs
=
llm
.
generate
(
prompts
,
sampling_params
)
...
...
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