File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
examples/research_projects/colossalai Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -10,20 +10,24 @@ By accommodating model data in CPU and GPU and moving the data to the computing
1010Before running the scripts, make sure to install the library's training dependencies:
1111
1212``` bash
13- pip install -r requirements_colossalai .txt
13+ pip install -r requirements .txt
1414```
1515
16- ### Install [ colossalai ] ( https://github.com/hpcaitech/ColossalAI.git )
16+ ## Install [ ColossalAI ] ( https://github.com/hpcaitech/ColossalAI.git )
1717
18+ ** From PyPI**
1819``` bash
19- pip install colossalai==0.2.0+torch1.12cu11.3 -f https://release.colossalai.org
20+ pip install colossalai
2021```
2122
2223** From source**
2324
2425``` bash
2526git clone https://github.com/hpcaitech/ColossalAI.git
26- python setup.py install
27+ cd ColossalAI
28+
29+ # install colossalai
30+ pip install .
2731```
2832
2933## Dataset for Teyvat BLIP captions
You can’t perform that action at this time.
0 commit comments