Spaces:
Sleeping
Sleeping
Update requirements .txt
Browse files- requirements .txt +7 -5
requirements .txt
CHANGED
@@ -1,7 +1,9 @@
|
|
|
|
|
|
1 |
gradio
|
2 |
-
|
|
|
|
|
3 |
torch
|
4 |
-
|
5 |
-
|
6 |
-
transformers
|
7 |
-
peft
|
|
|
1 |
+
accelerate
|
2 |
+
bitsandbytes
|
3 |
gradio
|
4 |
+
protobuf
|
5 |
+
scipy
|
6 |
+
sentencepiece
|
7 |
torch
|
8 |
+
text_generation
|
9 |
+
git+https://github.com/huggingface/transformers@main
|
|
|
|