We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c50275 commit 8ce4c07Copy full SHA for 8ce4c07
vllm/envs.py
@@ -732,7 +732,7 @@ def maybe_convert_int(value: Optional[str]) -> Optional[int]:
732
733
# IP address used for NIXL handshake between remote agents.
734
"VLLM_NIXL_SIDE_CHANNEL_HOST":
735
- lambda: os.getenv("VLLM_NIXL_SIZE_CHANNEL_HOST", "localhost"),
+ lambda: os.getenv("VLLM_NIXL_SIDE_CHANNEL_HOST", "localhost"),
736
737
# Port used for NIXL handshake between remote agents.
738
"VLLM_NIXL_SIDE_CHANNEL_PORT":
0 commit comments