mariagrandury commited on
Commit
3a75ba9
1 Parent(s): ffb1cf1

Add scipy to requirements

Browse files

Add scipy to requirements to fix the following error:

´´´
ModuleNotFoundError: No module named 'scipy'
´´´

Files changed (1) hide show
  1. 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