chatinterface / requirements.txt
digifreely's picture
Upload 3 files
21afc7b verified
# ── Web framework ─────────────────────────────────────────────────────────────
fastapi==0.115.6
uvicorn[standard]==0.32.1
pydantic==2.10.3
python-multipart==0.0.20
httpx==0.28.1
# ── HuggingFace ecosystem ─────────────────────────────────────────────────────
huggingface-hub>=0.27.0
transformers>=4.50.0
tokenizers>=0.21.0
safetensors>=0.5.0
accelerate>=1.3.0
# ── Quantisation (NF4 int4 via bitsandbytes) ──────────────────────────────────
bitsandbytes>=0.45.0
# ── Embeddings ────────────────────────────────────────────────────────────────
sentence-transformers>=3.3.0
# ── Vector search ─────────────────────────────────────────────────────────────
faiss-cpu>=1.9.0
# ── Data ──────────────────────────────────────────────────────────────────────
pandas>=2.2.0
pyarrow>=14.0.0
numpy>=1.26.0,<2.0.0
# ── Audio ─────────────────────────────────────────────────────────────────────
gTTS>=2.5.0
# ── ZeroGPU (pre-installed in HF Spaces; listed for local dev) ────────────────
# spaces # auto-installed by HF Spaces runner β€” do NOT pin; omit if local