fix pip install colossal (#2764)

This commit is contained in:
Fazzie-Maqianli
2023-02-17 09:54:21 +08:00
committed by GitHub
parent 01066152f1
commit ba84cd80b2
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ pip install pytorch-lightning
For example, you can install v0.2.0 from our official website.
```
pip install colossalai==0.2.0+torch1.12cu11.3 -f https://release.colossalai.org
pip install colossalai
```
##### From source

View File

@@ -16,7 +16,7 @@ pip install -r requirements_colossalai.txt
### Install [colossalai](https://github.com/hpcaitech/ColossalAI.git)
```bash
pip install colossalai==0.2.0+torch1.12cu11.3 -f https://release.colossalai.org
pip install colossalai
```
**From source**