Unverified Commit 04860484 authored by Frank Lee's avatar Frank Lee Committed by GitHub
Browse files

[tutorial] updated hybrid parallel readme (#1928)

* [tutorial] updated hybrid parallel readme

* polish code
parent 807cbdb8
...@@ -28,5 +28,5 @@ Current configuration setting on `config.py` is TP=2, PP=2. ...@@ -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 colossalai run --nproc_per_node 4 train.py --config config.py
# train with synthetic data # 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
``` ```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment