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