Skip to content

Commit 40aa162

Browse files
authored
[Docs] Update README.md (huggingface#1960)
Update README.md
1 parent f06e4e5 commit 40aa162

File tree

1 file changed

+8
-4
lines changed
  • examples/research_projects/colossalai

1 file changed

+8
-4
lines changed

examples/research_projects/colossalai/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,24 @@ By accommodating model data in CPU and GPU and moving the data to the computing
1010
Before 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
2526
git 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

0 commit comments

Comments
 (0)