We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055f6f7 commit 362dbd2Copy full SHA for 362dbd2
docs/source/tutorials/multi_node_kimi.md
@@ -60,8 +60,8 @@ Run the following scripts on two nodes respectively
60
61
# this obtained through ifconfig
62
# nic_name is the network interface name corresponding to local_ip
63
-nic_name="enp23s0f3"
64
-local_ip="172.22.0.218"
+nic_name="xxxx"
+local_ip="xxxx"
65
66
export HCCL_IF_IP=$local_ip
67
export GLOO_SOCKET_IFNAME=$nic_name
@@ -101,8 +101,8 @@ vllm serve /home/cache/weights/Kimi-K2-Instruct-W8A8 \
101
```shell
102
#!/bin/sh
103
104
105
-local_ip="172.22.0.155"
106
107
108
0 commit comments