Spaces:
Runtime error
Runtime error
mariagrandury
commited on
Commit
•
3a75ba9
1
Parent(s):
ffb1cf1
Add scipy to requirements
Browse filesAdd scipy to requirements to fix the following error:
´´´
ModuleNotFoundError: No module named 'scipy'
´´´
- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ gradio
|
|
3 |
transformers
|
4 |
bitsandbytes
|
5 |
loralib
|
|
|
6 |
git+https://github.com/huggingface/peft.git
|
|
|
3 |
transformers
|
4 |
bitsandbytes
|
5 |
loralib
|
6 |
+
scipy
|
7 |
git+https://github.com/huggingface/peft.git
|