Add NCCL debug level option to launch-cluster.sh

This commit is contained in:
Eugene Rakhmatulin
2025-12-18 23:28:12 -08:00
parent 0377e9badf
commit 294d155532
2 changed files with 27 additions and 2 deletions

View File

@@ -246,6 +246,7 @@ You can override the auto-detected values if needed:
| `--name` | Container name (default: `vllm_node`). |
| `--eth-if` | Ethernet interface name. |
| `--ib-if` | InfiniBand interface name. |
| `--nccl-debug` | NCCL debug level (e.g., INFO, WARN). Defaults to INFO if flag is present but value is omitted. |
| `--check-config` | Check configuration and auto-detection without launching. |
| `-d` | Run in daemon mode (detached). |