"tests/entrypoints/openai/chat_completion/test_vision.py" did not exist on "051eaf6db3d8feeb0779a4e942aadc85eda2f8b2"
Unverified Commit 932b51ce authored by youkaichao's avatar youkaichao Committed by GitHub
Browse files

[v1] fix parallel config rank (#13445)


Signed-off-by: default avataryoukaichao <youkaichao@gmail.com>
parent 7c7adf81
......@@ -41,6 +41,7 @@ class WorkerBase(WorkerBaseV0):
# Configuration storage
super().__init__(vllm_config=vllm_config)
self.parallel_config.rank = rank
self.local_rank = local_rank
self.rank = rank
self.distributed_init_method = distributed_init_method
......
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