Browse Source

fix pip install colossal (#2764)

pull/2766/head^2
Fazzie-Maqianli 2 years ago committed by GitHub
parent
commit
ba84cd80b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/images/diffusion/README.md
  2. 2
      examples/images/dreambooth/README.md

2
examples/images/diffusion/README.md

@ -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

2
examples/images/dreambooth/README.md

@ -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**

Loading…
Cancel
Save