From 2cfa1db2cf0a3b056f1b5f0b1b1f4b18e8dc6d85 Mon Sep 17 00:00:00 2001 From: eugr Date: Mon, 24 Nov 2025 16:32:47 -0800 Subject: [PATCH] Updated README --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8057a15..24b52ef 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,9 @@ docker run --privileged --gpus all -it --rm \ --name vllm_node \ -v ~/.cache/huggingface:/root/.cache/huggingface \ vllm-node ./run-cluster-node.sh \ - --role head - --host-ip 192.168.177.11 - --eth-if enp1s0f1np1 + --role head \ + --host-ip 192.168.177.11 \ + --eth-if enp1s0f1np1 \ --ib-if rocep1s0f1 ``` @@ -83,10 +83,10 @@ docker run --privileged --gpus all -it --rm \ --name vllm_node \ -v ~/.cache/huggingface:/root/.cache/huggingface \ vllm-node ./run-cluster-node.sh \ - --role node - --host-ip 192.168.177.12 - --eth-if enp1s0f1np1 - --ib-if rocep1s0f1 + --role node \ + --host-ip 192.168.177.12 \ + --eth-if enp1s0f1np1 \ + --ib-if rocep1s0f1 \ --head-ip 192.168.177.11 ```