Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
|
@@ -3,10 +3,8 @@ gradio>=5.0.0
|
|
| 3 |
spaces>=0.30.0
|
| 4 |
huggingface_hub>=0.25.0
|
| 5 |
|
| 6 |
-
# ---- llama-cpp-python
|
| 7 |
-
#
|
| 8 |
-
# On ZeroGPU the base image already has the CUDA toolkit installed.
|
| 9 |
-
llama-cpp-python>=0.3.0
|
| 10 |
|
| 11 |
# ---- File parsers ----
|
| 12 |
python-docx>=1.0.0 # .docx Word documents
|
|
|
|
| 3 |
spaces>=0.30.0
|
| 4 |
huggingface_hub>=0.25.0
|
| 5 |
|
| 6 |
+
# ---- llama-cpp-python is built in prebuild.sh with CUDA flags ----
|
| 7 |
+
# DO NOT put it here — the Docker build step doesn't have CUDA env vars.
|
|
|
|
|
|
|
| 8 |
|
| 9 |
# ---- File parsers ----
|
| 10 |
python-docx>=1.0.0 # .docx Word documents
|