From 0cac77c286dbc64969e385e57b394ad794c77058 Mon Sep 17 00:00:00 2001 From: Eugene Rakhmatulin Date: Fri, 19 Dec 2025 10:41:03 -0800 Subject: [PATCH] Fixed contributor username --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcb290d..fc2e79f 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The Dockerfile builds from the main branch of VLLM, so depending on when you run ### 2025-12-19 -Updated `build-and-copy.sh` to support copying to multiple hosts (thanks @eric-humane for the contribution). +Updated `build-and-copy.sh` to support copying to multiple hosts (thanks @ericlewis for the contribution). - Added `-c, --copy-to` (accepts space- or comma-separated host lists) and kept `--copy-to-host` as a backward-compatible alias. - Added `--copy-parallel` to copy to all hosts concurrently. - Added autodiscovery support: if no hosts are provided to `--copy-to`, the script detects other cluster nodes automatically.