Add application file
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -4,7 +4,6 @@ sentencepiece
|
|
4 |
git+https://github.com/huggingface/transformers.git
|
5 |
accelerate
|
6 |
bitsandbytes
|
7 |
-
git+https://github.com/huggingface/peft.git
|
8 |
-
gradio
|
9 |
peft==0.3.0
|
10 |
-
scipy
|
|
|
|
4 |
git+https://github.com/huggingface/transformers.git
|
5 |
accelerate
|
6 |
bitsandbytes
|
|
|
|
|
7 |
peft==0.3.0
|
8 |
+
scipy
|
9 |
+
gradio==3.50.0
|