From 919f4cac908480d876f00cb988166f777ed99d2f Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Mon, 21 Aug 2023 12:59:23 +0900 Subject: [PATCH] feat(doc): add pillow to lambda instructions (#445) --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index bd0446f22..b16cb4d2f 100644 --- a/README.md +++ b/README.md @@ -152,9 +152,7 @@ accelerate launch scripts/finetune.py examples/openllama-3b/lora.yml \ pip3 install -e . # change depend on needs pip3 install protobuf==3.20.3 - pip3 install -U requests - pip3 install -U --ignore-installed psutil - pip3 install -U scipy + pip3 install -U --ignore-installed requests Pillow psutil scipy pip3 install git+https://github.com/huggingface/peft.git # not for gptq ```