Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vllm/envs.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def get_default_config_root():
# used when the frontend api server is running in multi-processing mode,
# to communicate with the backend engine process over ZMQ.
'VLLM_RPC_PORT':
lambda: int(os.getenv('VLLM_PORT', '5570')),
lambda: int(os.getenv('VLLM_RPC_PORT', '5570')),

# If true, will load models from ModelScope instead of Hugging Face Hub.
# note that the value is true or false, not numbers
Expand Down