feat(doc): add pillow to lambda instructions (#445)
Browse files
README.md
CHANGED
@@ -152,9 +152,7 @@ accelerate launch scripts/finetune.py examples/openllama-3b/lora.yml \
|
|
152 |
|
153 |
pip3 install -e . # change depend on needs
|
154 |
pip3 install protobuf==3.20.3
|
155 |
-
pip3 install -U requests
|
156 |
-
pip3 install -U --ignore-installed psutil
|
157 |
-
pip3 install -U scipy
|
158 |
pip3 install git+https://github.com/huggingface/peft.git # not for gptq
|
159 |
```
|
160 |
|
|
|
152 |
|
153 |
pip3 install -e . # change depend on needs
|
154 |
pip3 install protobuf==3.20.3
|
155 |
+
pip3 install -U --ignore-installed requests Pillow psutil scipy
|
|
|
|
|
156 |
pip3 install git+https://github.com/huggingface/peft.git # not for gptq
|
157 |
```
|
158 |
|