- requirements.txt +9 -1
requirements.txt
CHANGED
@@ -1,2 +1,10 @@
|
|
1 |
huggingface_hub==0.22.2
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
huggingface_hub==0.22.2
|
2 |
+
accelerate==0.27.2
|
3 |
+
bitsandbytes==0.42.0
|
4 |
+
gradio
|
5 |
+
protobuf==3.20.3
|
6 |
+
scipy==1.12.0
|
7 |
+
sentencepiece==0.1.99
|
8 |
+
spaces==0.24.1
|
9 |
+
torch==2.0.0
|
10 |
+
transformers==4.38.2
|