Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
transformers>=4.36.2
|
| 2 |
+
datasets>=2.16.1
|
| 3 |
+
gradio>=4.44.1
|
| 4 |
+
torch>=2.1.2
|
| 5 |
+
huggingface-hub>=0.20.2
|
| 6 |
+
accelerate>=0.25.0
|
| 7 |
+
bitsandbytes>=0.41.3
|
| 8 |
+
sentencepiece>=0.1.99
|
| 9 |
+
protobuf>=4.25.1
|
| 10 |
+
safetensors>=0.4.1
|
| 11 |
+
python-dotenv>=1.0.0
|
| 12 |
+
pandas>=2.2.0
|