forked from p04798526/LLaMA-Factory-Mirror
Updated README with new information
This commit is contained in:
parent
df9b4fb90a
commit
0531dac30d
|
@ -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)
|
||||
```
|
||||
|
||||
|
|
|
@ -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 \
|
||||
... # 参数同上
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue