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
32697629
Unverified
Commit
32697629
authored
Aug 10, 2025
by
Ning Xie
Committed by
GitHub
Aug 10, 2025
Browse files
[Misc] code clean duplicate set_current_vllm_config in _set_vllm_config (#22566)
Signed-off-by:
Andy Xie
<
andy.xning@gmail.com
>
parent
7e8d6857
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
tests/kernels/moe/modular_kernel_tools/parallel_utils.py
tests/kernels/moe/modular_kernel_tools/parallel_utils.py
+0
-1
No files found.
tests/kernels/moe/modular_kernel_tools/parallel_utils.py
View file @
32697629
...
...
@@ -36,7 +36,6 @@ def _set_vllm_config(vllm_config: VllmConfig, world_size: int, rank: int,
import
tempfile
temp_file
=
tempfile
.
mkstemp
()[
1
]
set_current_vllm_config
(
vllm_config
)
with
set_current_vllm_config
(
vllm_config
):
init_distributed_environment
(
world_size
=
world_size
,
...
...
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