mirror of https://github.com/hpcaitech/ColossalAI
[tutorial] updated hybrid parallel readme (#1928)
* [tutorial] updated hybrid parallel readme * polish codepull/1943/head
parent
807cbdb87d
commit
0486048453
|
@ -28,5 +28,5 @@ Current configuration setting on `config.py` is TP=2, PP=2.
|
|||
colossalai run --nproc_per_node 4 train.py --config config.py
|
||||
|
||||
# train with synthetic data
|
||||
colossalai run --nproc_per_node 4 train.py --config config.py
|
||||
colossalai run --nproc_per_node 4 train.py --config config.py -s
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue