From 976b6e4d393cb3ba6069ce2e0dee5bf1aadda6c9 Mon Sep 17 00:00:00 2001 From: i-yuanyukun Date: Wed, 28 Jan 2026 12:14:39 +0800 Subject: [PATCH] fix: two nodes test example doc --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 84a31d2..7a38b9e 100644 --- a/README.md +++ b/README.md @@ -120,14 +120,14 @@ ROLE=joint RNIC=brainpf_bond0 bash tests/fserver/run_multi_gpu.sh ### 2. Two-Node Example - Run scheduler and servers ```bash -# Server -ROLE=server bash tests/fserver/run_multi_gpu.sh -# the first line prints scheduler ip +# server: RNIC: your first rdma nic; +ROLE=server RNIC=brainpf_bond0 bash tests/fserver/run_multi_gpu.sh +# the first line will print scheduler ip used for worker ``` - Run workers ```bash -# worker +# worker: RNIC: your first rdma nic; ROLE=worker RNIC=brainpf_bond0 bash tests/fserver/run_multi_gpu.sh ${scheduler ip} ```