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
32e84fa1
Unverified
Commit
32e84fa1
authored
Feb 03, 2026
by
Isotr0py
Committed by
GitHub
Feb 03, 2026
Browse files
[CI/Build] Investigate torchrun distributed tests hanging issue (#33650)
Signed-off-by:
Isotr0py
<
mozf@mail2.sysu.edu.cn
>
parent
fd9c83d0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
tests/distributed/test_torchrun_example.py
tests/distributed/test_torchrun_example.py
+3
-0
tests/distributed/test_torchrun_example_moe.py
tests/distributed/test_torchrun_example_moe.py
+3
-0
No files found.
tests/distributed/test_torchrun_example.py
View file @
32e84fa1
...
...
@@ -32,6 +32,9 @@ llm = LLM(
gpu_memory_utilization
=
random
.
uniform
(
0.7
,
0.9
),
swap_space
=
random
.
randint
(
1
,
4
),
seed
=
0
,
# FIXME(Isotr0py): async scheduling causes deadlock
# on torchrun with PP, need to investigate further.
async_scheduling
=
False
,
)
outputs
=
llm
.
generate
(
prompts
,
sampling_params
)
...
...
tests/distributed/test_torchrun_example_moe.py
View file @
32e84fa1
...
...
@@ -39,6 +39,9 @@ llm = LLM(
gpu_memory_utilization
=
random
.
uniform
(
0.7
,
0.9
),
swap_space
=
random
.
randint
(
1
,
4
),
seed
=
0
,
# FIXME(Isotr0py): async scheduling causes deadlock
# on torchrun with PP, need to investigate further.
async_scheduling
=
False
,
)
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