Fix peft version in dockerfiles.

main
苏阳 1 year ago
parent 35023b6f2a
commit 6c467b507b

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

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

Loading…
Cancel
Save