Skip to content

Commit

Permalink
[Docs] Update README.md (huggingface#1960)
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
haofanwang authored Jan 12, 2023
1 parent f06e4e5 commit 40aa162
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions examples/research_projects/colossalai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,24 @@ By accommodating model data in CPU and GPU and moving the data to the computing
Before running the scripts, make sure to install the library's training dependencies:

```bash
pip install -r requirements_colossalai.txt
pip install -r requirements.txt
```

### Install [colossalai](https://github.com/hpcaitech/ColossalAI.git)
## Install [ColossalAI](https://github.com/hpcaitech/ColossalAI.git)

**From PyPI**
```bash
pip install colossalai==0.2.0+torch1.12cu11.3 -f https://release.colossalai.org
pip install colossalai
```

**From source**

```bash
git clone https://github.com/hpcaitech/ColossalAI.git
python setup.py install
cd ColossalAI

# install colossalai
pip install .
```

## Dataset for Teyvat BLIP captions
Expand Down

0 comments on commit 40aa162

Please sign in to comment.