Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -2,7 +2,7 @@ bitsandbytes
|
|
2 |
datasets
|
3 |
loralib
|
4 |
sentencepiece
|
5 |
-
transformers
|
6 |
-
peft
|
7 |
-
gradio
|
8 |
tenacity
|
|
|
2 |
datasets
|
3 |
loralib
|
4 |
sentencepiece
|
5 |
+
git+https://github.com/huggingface/transformers.git
|
6 |
+
git+https://github.com/huggingface/peft.git
|
7 |
+
gradio==3.20.0
|
8 |
tenacity
|