Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -6
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
transformers>=4.36.0
|
3 |
+
torch>=2.0.0
|
4 |
+
accelerate>=0.25.0
|
5 |
+
beautifulsoup4>=4.12.0
|
6 |
+
requests>=2.31.0
|
7 |
+
huggingface_hub>=0.19.0
|
8 |
+
bitsandbytes>=0.41.0
|
9 |
+
sentencepiece>=0.1.99
|