winglian commited on
Commit
fe9c29d
1 Parent(s): 2255bb7

install peft from main branch

Browse files
Files changed (1) hide show
  1. scripts/setup-runpod.sh +1 -0
scripts/setup-runpod.sh CHANGED
@@ -33,6 +33,7 @@ curl -L -O https://github.com/winglian/axolotl/raw/wheels/wheels/deepspeed-0.9.2
33
  curl -L -O https://github.com/winglian/axolotl/raw/wheels/wheels/flash_attn-1.0.4-cp38-cp38-linux_x86_64.whl
34
  pip install deepspeed-0.9.2%2B7ddc3b01-cp38-cp38-linux_x86_64.whl
35
  pip install flash_attn-1.0.4-cp38-cp38-linux_x86_64.whl
 
36
 
37
  cd /workspace/
38
  git clone https://github.com/winglian/axolotl.git
 
33
  curl -L -O https://github.com/winglian/axolotl/raw/wheels/wheels/flash_attn-1.0.4-cp38-cp38-linux_x86_64.whl
34
  pip install deepspeed-0.9.2%2B7ddc3b01-cp38-cp38-linux_x86_64.whl
35
  pip install flash_attn-1.0.4-cp38-cp38-linux_x86_64.whl
36
+ pip install "peft @ git+https://github.com/huggingface/peft.git@main" --force-reinstall --no-dependencies
37
 
38
  cd /workspace/
39
  git clone https://github.com/winglian/axolotl.git