up
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -2,6 +2,6 @@ fastapi==0.115.12
|
|
| 2 |
uvicorn[standard]==0.34.0
|
| 3 |
httpx==0.28.1
|
| 4 |
pydantic==2.11.3
|
| 5 |
-
huggingface_hub==0.30.2
|
| 6 |
-
|
| 7 |
-
|
|
|
|
| 2 |
uvicorn[standard]==0.34.0
|
| 3 |
httpx==0.28.1
|
| 4 |
pydantic==2.11.3
|
| 5 |
+
huggingface_hub[hf_xet]==0.30.2
|
| 6 |
+
# llama-cpp-python is installed separately in Dockerfile via pre-built wheel index
|
| 7 |
+
# (avoids slow C++ compilation — see Dockerfile)
|