Unverified Commit ba84cd80 authored by Fazzie-Maqianli's avatar Fazzie-Maqianli Committed by GitHub
Browse files

fix pip install colossal (#2764)

parent 01066152
...@@ -79,7 +79,7 @@ pip install pytorch-lightning ...@@ -79,7 +79,7 @@ pip install pytorch-lightning
For example, you can install v0.2.0 from our official website. 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 ##### From source
......
...@@ -16,7 +16,7 @@ pip install -r requirements_colossalai.txt ...@@ -16,7 +16,7 @@ pip install -r requirements_colossalai.txt
### Install [colossalai](https://github.com/hpcaitech/ColossalAI.git) ### Install [colossalai](https://github.com/hpcaitech/ColossalAI.git)
```bash ```bash
pip install colossalai==0.2.0+torch1.12cu11.3 -f https://release.colossalai.org pip install colossalai
``` ```
**From source** **From source**
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment