Browse Source

[tutorial] updated hybrid parallel readme (#1928)

* [tutorial] updated hybrid parallel readme

* polish code
pull/1943/head
Frank Lee 2 years ago committed by GitHub
parent
commit
0486048453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/tutorial/hybrid_parallel/README.md

2
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
```

Loading…
Cancel
Save