docs: change script for developing

This commit is contained in:
Ting-Jun Wang 2024-05-27 18:57:40 +08:00
parent cf00e840a0
commit cb58840988
Signed by: snsd0805
GPG Key ID: 48D331A3D6160354

View File

@ -14,11 +14,11 @@ tar zxvf cifar-10-python.tar.gz
```
python3 -m torch.distributed.run \
--nproc_per_node=1 \
--nnodes=1 \
--nnodes=2 \
--node_rank=0 \
--rdzv_id=21046 \
--rdzv_backend=c10d \
--rdzv_endpoint=127.0.0.1:21046 \
--rdzv_endpoint=192.168.1.46:21046 \
main.py
```