install peft from main branch

This commit is contained in:
Wing Lian
2023-05-01 12:24:04 -04:00
parent 2255bb7f4f
commit fe9c29d73e

View File

@@ -33,6 +33,7 @@ curl -L -O https://github.com/winglian/axolotl/raw/wheels/wheels/deepspeed-0.9.2
curl -L -O https://github.com/winglian/axolotl/raw/wheels/wheels/flash_attn-1.0.4-cp38-cp38-linux_x86_64.whl
pip install deepspeed-0.9.2%2B7ddc3b01-cp38-cp38-linux_x86_64.whl
pip install flash_attn-1.0.4-cp38-cp38-linux_x86_64.whl
pip install "peft @ git+https://github.com/huggingface/peft.git@main" --force-reinstall --no-dependencies
cd /workspace/
git clone https://github.com/winglian/axolotl.git