Add Scipy to requirements
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ torch
|
|
3 |
git+https://github.com/huggingface/peft.git
|
4 |
gradio
|
5 |
bitsandbytes
|
6 |
-
loralib
|
|
|
|
3 |
git+https://github.com/huggingface/peft.git
|
4 |
gradio
|
5 |
bitsandbytes
|
6 |
+
loralib
|
7 |
+
scipy
|