From 47d4a7e00400c4de74a7cf565b21a23f9e660ab4 Mon Sep 17 00:00:00 2001 From: Zhe Zhang Date: Wed, 5 Mar 2025 05:30:00 -0800 Subject: [PATCH] Small update for external_launcher backend docs (#14288) --- vllm/executor/uniproc_executor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vllm/executor/uniproc_executor.py b/vllm/executor/uniproc_executor.py index e041215de660..8c004c790fcb 100644 --- a/vllm/executor/uniproc_executor.py +++ b/vllm/executor/uniproc_executor.py @@ -103,6 +103,7 @@ class ExecutorWithExternalLauncher(UniProcExecutor): # so we can use the env:// method. # required env vars: # - RANK + # - LOCAL_RANK # - MASTER_ADDR # - MASTER_PORT distributed_init_method = "env://"