"git@developer.sourcefind.cn:OpenDAS/colossalai.git" did not exist on "78fd31f9c15b698a4ed07748096684fa40bbc11a"
Unverified Commit 5a79cffd authored by binmakeswell's avatar binmakeswell Committed by GitHub
Browse files

[coati] fix install cmd (#3592)

parent 1ec0d386
...@@ -81,6 +81,8 @@ Due to resource constraints, we will only provide this service from 29th Mar 202 ...@@ -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 .
``` ```
......
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