feat(doc): add pillow to lambda instructions (#445)

This commit is contained in:
NanoCode012
2023-08-21 12:59:23 +09:00
committed by GitHub
parent ee262818ef
commit 919f4cac90

View File

@@ -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
```