mirror of
https://github.com/jingyaogong/minimind.git
synced 2026-04-17 12:58:15 +08:00
[feat] update readme
This commit is contained in:
parent
c4e9789d7e
commit
ea2abb5fb3
@ -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记录训练过程(需可直连)
|
||||
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user