[feat] update readme

This commit is contained in:
jingyaogong 2025-10-24 00:45:11 +08:00
parent c4e9789d7e
commit ea2abb5fb3
2 changed files with 4 additions and 0 deletions

View File

@ -388,11 +388,13 @@ torchrun --nproc_per_node N train_xxx.py
<details style="color:rgb(128,128,128)">
<summary>注:其它须知</summary>
<del>
单机N卡启动训练 (DeepSpeed)
```bash
deepspeed --master_port 29500 --num_gpus=N train_xxx.py
```
</del>
可根据需要开启wandb记录训练过程需可直连

View File

@ -381,11 +381,13 @@ torchrun --nproc_per_node N train_xxx.py
<details style="color:rgb(128,128,128)">
<summary>Note: Other Notes</summary>
<del>
Single machine N GPU training (DeepSpeed)
```bash
deepspeed --master_port 29500 --num_gpus=N train_xxx.py
```
</del>
You can optionally enable wandb to record the training process (requires direct internet connection)