Updated README with new information

This commit is contained in:
khazic 2024-03-20 14:21:16 +08:00
parent df9b4fb90a
commit 0531dac30d
2 changed files with 2 additions and 2 deletions

View File

@ -520,7 +520,7 @@ use_cpu: false
```bash
deepspeed --num_gpus 8 src/train_bash.py \
--deepspeed ds_config.json \
--ddp_timeout 180000000 \ # If the training data is too large, it is recommended to add the ddp_timeout command line option to prevent NCCL errors.
--ddp_timeout 180000000 \
... # arguments (same as above)
```

View File

@ -519,7 +519,7 @@ use_cpu: false
```bash
deepspeed --num_gpus 8 src/train_bash.py \
--deepspeed ds_config.json \
--ddp_timeout 180000000 \ # 如训练数据过大建议加上ddp_timeout命令行防止nccl报错
--ddp_timeout 180000000 \
... # 参数同上
```