Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 2 |
+
torch>=2.0.0
|
| 3 |
+
transformers>=4.33.0
|
| 4 |
+
accelerate>=0.20.0
|
| 5 |
+
gradio>=4.0.0
|
| 6 |
+
PyPDF2>=3.0.0
|
| 7 |
+
python-docx>=0.8.11
|
| 8 |
+
sentencepiece>=0.1.99
|
| 9 |
+
protobuf>=3.20.0
|
| 10 |
+
numpy>=1.21.0
|
| 11 |
+
regex>=2022.0.0
|
| 12 |
+
tokenizers>=0.13.0
|
| 13 |
+
safetensors>=0.3.0
|
| 14 |
+
huggingface-hub>=0.16.0
|