From 57ed099465fb9f0a6dd6c5e6e82e2ee5ca7dd663 Mon Sep 17 00:00:00 2001 From: Eugene Rakhmatulin Date: Tue, 17 Mar 2026 16:16:04 -0700 Subject: [PATCH] Updated README file to reflect new launch-cluster options. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b052a7..2ab4d8e 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,7 @@ Significantly refactored the internal cluster startup logic in `launch-cluster.s - Removed the standalone `run-cluster-node.sh` script; its logic is now fully integrated into `launch-cluster.sh`. - Ray head/worker startup, environment variable injection, and launch script distribution are now handled by `launch-cluster.sh` directly. - Worker containers are started with proper per-node environment variables (`VLLM_HOST_IP`, `NCCL_SOCKET_IFNAME`, etc.) injected via `docker run`/`docker exec` instead of relying on `.bashrc`. +- You will now be able to run other vLLM containers without applying `use-ngc-vllm` mod (current version is just an empty stub). #### No-Ray Multi-Node Mode