Fix peft version in dockerfiles.

This commit is contained in:
苏阳
2023-12-28 18:09:39 +08:00
parent 35023b6f2a
commit 6c467b507b
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ if [ "$BUNDLE_FINETUNE" = "true" ]; then
cd /data/shared/Qwen
# Full-finetune / LoRA.
pip3 install deepspeed peft
pip3 install deepspeed "peft==0.5.0"
# Q-LoRA.
apt update -y && DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends \