Spaces:
Running on Zero
Running on Zero
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
|
@@ -1,8 +1,11 @@
|
|
| 1 |
tiktoken
|
| 2 |
sentencepiece
|
| 3 |
-
transformers
|
| 4 |
torch
|
| 5 |
-
|
|
|
|
|
|
|
| 6 |
PyMuPDF
|
| 7 |
python-docx
|
| 8 |
-
python-multipart
|
|
|
|
|
|
|
|
|
| 1 |
tiktoken
|
| 2 |
sentencepiece
|
|
|
|
| 3 |
torch
|
| 4 |
+
safetensors
|
| 5 |
+
huggingface_hub
|
| 6 |
+
gradio[mcp]
|
| 7 |
PyMuPDF
|
| 8 |
python-docx
|
| 9 |
+
python-multipart
|
| 10 |
+
accelerate
|
| 11 |
+
spaces
|