[2/N] Upgrade nightly doc (#5534)
### What this PR does / why we need it?
Follow up https://github.com/vllm-project/vllm-ascend/pull/5479, upgrade
the corresponding doc for developers
- vLLM version: v0.13.0
- vLLM main:
45c1ca1ca1
Signed-off-by: wangli <wangli858794774@gmail.com>
This commit is contained in:
@@ -340,6 +340,9 @@ class MultiNodeConfigLoader:
|
||||
@staticmethod
|
||||
def _resolve_cluster_ips(cfg: dict, num_nodes: int) -> list[str]:
|
||||
if "cluster_hosts" in cfg and cfg["cluster_hosts"]:
|
||||
logger.info(
|
||||
"Using cluster_hosts from config. This typically indicates that your current environment is a non-Kubernetes environment."
|
||||
)
|
||||
ips = cfg["cluster_hosts"]
|
||||
if len(ips) != num_nodes:
|
||||
raise AssertionError("cluster_hosts size mismatch")
|
||||
|
||||
Reference in New Issue
Block a user