[Hotfix] Remove deprecated install (#6042)

* remove deprecated install

* remove unused folder
pull/6045/head
Tong Li 2024-09-03 10:33:18 +08:00 committed by GitHub
parent e9032fb0b2
commit c650a906db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
13 changed files with 2 additions and 13 deletions

View File

@ -102,21 +102,10 @@ More details can be found in the latest news.
conda create -n colossal-chat python=3.10.9 (>=3.8.7)
conda activate colossal-chat
# Install flash-attention
git clone -b v2.0.5 https://github.com/Dao-AILab/flash-attention.git
cd $FLASH_ATTENTION_ROOT/
pip install .
cd $FLASH_ATTENTION_ROOT/csrc/xentropy
pip install .
cd $FLASH_ATTENTION_ROOT/csrc/layer_norm
pip install .
cd $FLASH_ATTENTION_ROOT/csrc/rotary
pip install .
# Clone Colossalai
# Clone ColossalAI
git clone https://github.com/hpcaitech/ColossalAI.git
# Install ColossalAI
# Install ColossalAI, make sure you have torch installed before using BUILD_EXT=1.
cd $COLOSSAL_AI_ROOT
BUILD_EXT=1 pip install .