File size: 1,951 Bytes
21afc7b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# ── 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