tusarway commited on
Commit
8dcb3c9
·
verified ·
1 Parent(s): 16365e0
Files changed (1) hide show
  1. 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
- huggingface_hub[hf_xet]
7
- llama-cpp-python==0.3.8
 
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)