From 04860484531519e02b96995c7811cf4101074232 Mon Sep 17 00:00:00 2001 From: Frank Lee Date: Sun, 13 Nov 2022 03:25:01 +0800 Subject: [PATCH] [tutorial] updated hybrid parallel readme (#1928) * [tutorial] updated hybrid parallel readme * polish code --- examples/tutorial/hybrid_parallel/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tutorial/hybrid_parallel/README.md b/examples/tutorial/hybrid_parallel/README.md index b05d6345a..633904df3 100644 --- a/examples/tutorial/hybrid_parallel/README.md +++ b/examples/tutorial/hybrid_parallel/README.md @@ -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 ```