mirror of https://github.com/hpcaitech/ColossalAI
[coati] fix install cmd (#3592)
parent
1ec0d386a9
commit
5a79cffdfd
|
@ -81,6 +81,8 @@ Due to resource constraints, we will only provide this service from 29th Mar 202
|
||||||
```shell
|
```shell
|
||||||
conda create -n coati
|
conda create -n coati
|
||||||
conda activate coati
|
conda activate coati
|
||||||
|
git clone https://github.com/hpcaitech/ColossalAI.git
|
||||||
|
cd ColossalAI/applications/Chat
|
||||||
pip install .
|
pip install .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue