mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-07-01 01:33:10 +00:00
Merge pull request #1842 from feifeibear/jiarui/polish
[example] polish diffusion readme
This commit is contained in:
commit
fabed0df3b
@ -39,18 +39,16 @@ pip install transformers==4.19.2 diffusers invisible-watermark
|
|||||||
pip install -e .
|
pip install -e .
|
||||||
```
|
```
|
||||||
|
|
||||||
### Install Colossal-AI
|
### Install [Colossal-AI v0.1.10](https://colossalai.org/download/) From Our Official Website
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/hpcaitech/ColossalAI.git
|
pip install colossalai==0.1.10+torch1.11cu11.3 -f https://release.colossalai.org
|
||||||
git checkout v0.1.10
|
|
||||||
pip install .
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Install Colossal-AI [Lightning](https://github.com/Lightning-AI/lightning)
|
### Install [Lightning](https://github.com/Lightning-AI/lightning)
|
||||||
|
We use the Sep. 2022 version with commit id as `b04a7aa`.
|
||||||
```
|
```
|
||||||
git clone -b colossalai https://github.com/Fazziekey/lightning.git
|
git clone https://github.com/Lightning-AI/lightning && cd lightning && git reset --hard b04a7aa
|
||||||
pip install .
|
pip install -r requirements.txt && pip install .
|
||||||
```
|
```
|
||||||
|
|
||||||
## Dataset
|
## Dataset
|
||||||
@ -112,5 +110,3 @@ Thanks for open-sourcing!
|
|||||||
year={2022}
|
year={2022}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user