Fixed contributor username

This commit is contained in:
Eugene Rakhmatulin
2025-12-19 10:41:03 -08:00
parent 3eb57a6d49
commit 0cac77c286

View File

@@ -26,7 +26,7 @@ The Dockerfile builds from the main branch of VLLM, so depending on when you run
### 2025-12-19 ### 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 `-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 `--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. - Added autodiscovery support: if no hosts are provided to `--copy-to`, the script detects other cluster nodes automatically.