Spaces:
Running on A10G
Running on A10G
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,3 @@
|
|
| 1 |
-
--extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu124
|
| 2 |
-
llama-cpp-python>=0.3.0
|
| 3 |
gradio>=5.0
|
| 4 |
huggingface_hub
|
| 5 |
httpx
|
|
@@ -8,4 +6,8 @@ uvicorn
|
|
| 8 |
fastapi
|
| 9 |
requests
|
| 10 |
PyMuPDF
|
| 11 |
-
torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio>=5.0
|
| 2 |
huggingface_hub
|
| 3 |
httpx
|
|
|
|
| 6 |
fastapi
|
| 7 |
requests
|
| 8 |
PyMuPDF
|
| 9 |
+
torch
|
| 10 |
+
transformers>=4.45.0
|
| 11 |
+
accelerate>=0.26.0
|
| 12 |
+
sentencepiece
|
| 13 |
+
protobuf
|