From f24d17780256a405bb3946e8615aa708019cf370 Mon Sep 17 00:00:00 2001 From: haimkortovich Date: Mon, 11 May 2026 18:20:33 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae51996..1625765 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - # vLLM Docker Optimized for DGX Spark (single or multi-node) This repository contains the Docker configuration and startup scripts to run a multi-node vLLM inference cluster using Ray. It supports InfiniBand/RDMA (NCCL) and custom environment configuration for high-performance setups. @@ -1104,6 +1103,7 @@ The script attempts to automatically detect: * **Cluster peers:** Discovered by scanning the `ETH_IF` subnet for hosts with SSH access **and** a GB10 GPU (`nvidia-smi --query-gpu=name` must return `NVIDIA GB10`). * **Copy hosts (`COPY_HOSTS`):** In standard mode, same as cluster peers. In mesh mode, scanned separately on `enp1s0f0np0` and `enp1s0f1np1` subnets so that image/model transfers use the direct InfiniBand path. + ### Manual Overrides You can override the auto-detected values if needed: