Spaces:
Running on Zero
Running on Zero
Update requirements.txt
Browse files- requirements.txt +3 -9
requirements.txt
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
gradio>=5.0
|
| 2 |
huggingface_hub
|
| 3 |
httpx
|
|
@@ -6,12 +8,4 @@ uvicorn
|
|
| 6 |
fastapi
|
| 7 |
requests
|
| 8 |
PyMuPDF
|
| 9 |
-
torch
|
| 10 |
-
torchvision
|
| 11 |
-
transformers>=4.45.0
|
| 12 |
-
accelerate>=0.26.0
|
| 13 |
-
spaces
|
| 14 |
-
bitsandbytes
|
| 15 |
-
sentencepiece
|
| 16 |
-
protobuf
|
| 17 |
-
qwen-vl-utils
|
|
|
|
| 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 |
fastapi
|
| 9 |
requests
|
| 10 |
PyMuPDF
|
| 11 |
+
torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|