Skip to content

Commit d52d14f

Browse files
authored
readme: fix typos
1 parent d500cbe commit d52d14f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ To debug, set `PS_VERBOSE=1` to see important logs during connection setup, and
9595
- Single GPU Example: Suppose you want to run with 1 worker and 1 server on same server.
9696

9797
```bash
98-
# ROLE: joinly run scheduler, worker and server; RNIC: your first rdma nic;
98+
# ROLE: jointly run scheduler, worker and server; RNIC: your first rdma nic;
9999
ROLE=joint RNIC=brainpf_bond0 bash tests/fserver/run_single_gpu.sh
100100
```
101-
- Multiple GPU Exmaple: Suppose you want to run with 8 workers and 8 servers on different GPUs of the same server.
101+
- Multiple GPU Example: Suppose you want to run with 8 workers and 8 servers on different GPUs of the same server.
102102
```bash
103-
# ROLE: joinly run scheduler, worker and server; RNIC: your first rdma nic;
103+
# ROLE: jointly run scheduler, worker and server; RNIC: your first rdma nic;
104104
ROLE=joint RNIC=brainpf_bond0 bash tests/fserver/run_multi_gpu.sh
105105
```
106106

0 commit comments

Comments
 (0)