mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-26 15:32:22 +00:00
[sc demo] add requirements to spmd README (#1941)
This commit is contained in:
parent
d5f5e06d82
commit
c7925c5d08
@ -10,6 +10,12 @@ If you wish to use customized directory for the dataset. You can set the environ
|
|||||||
export DATA=/path/to/data
|
export DATA=/path/to/data
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## extra requirements to use autoparallel
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pip install pulp
|
||||||
|
conda install coin-or-cbc
|
||||||
|
```
|
||||||
|
|
||||||
## Run on 2*2 device mesh
|
## Run on 2*2 device mesh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user