"vllm/vscode:/vscode.git/clone" did not exist on "3de6e6a30e33406c2b3bb81fb5a82a2966cebd87"
Unverified Commit 47d4a7e0 authored by Zhe Zhang's avatar Zhe Zhang Committed by GitHub
Browse files

Small update for external_launcher backend docs (#14288)

parent 7f89a594
...@@ -103,6 +103,7 @@ class ExecutorWithExternalLauncher(UniProcExecutor): ...@@ -103,6 +103,7 @@ class ExecutorWithExternalLauncher(UniProcExecutor):
# so we can use the env:// method. # so we can use the env:// method.
# required env vars: # required env vars:
# - RANK # - RANK
# - LOCAL_RANK
# - MASTER_ADDR # - MASTER_ADDR
# - MASTER_PORT # - MASTER_PORT
distributed_init_method = "env://" distributed_init_method = "env://"
......
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