"...git@developer.sourcefind.cn:2222/myrfy001/vllm_dsv4.git" did not exist on "7e8977fcd4e9c3bf6b114c7dc715b28a61b5cdb0"
Unverified Commit 32697629 authored by Ning Xie's avatar Ning Xie Committed by GitHub
Browse files

[Misc] code clean duplicate set_current_vllm_config in _set_vllm_config (#22566)


Signed-off-by: default avatarAndy Xie <andy.xning@gmail.com>
parent 7e8d6857
......@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment