-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
20 lines (17 loc) Β· 968 Bytes
/
requirements.txt
File metadata and controls
20 lines (17 loc) Β· 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ββ Core inference ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
mlx>=0.18
mlx-lm>=0.19
safetensors>=0.4
numpy>=1.26
transformers>=4.40
huggingface-hub>=0.23
# ββ OpenAI-compatible API server (server.py) ββββββββββββββββββββββββββββββββββ
fastapi>=0.111
uvicorn[standard]>=0.29.0
sse-starlette>=1.8.2
# ββ Entropy compression / transparent .npy.zst loading βββββββββββββββββββββββ
zstandard>=0.22.0
aiofiles>=23.0
# ββ Evaluation extras (install separately) βββββββββββββββββββββββββββββββββββ
# pip install "squish[eval]" or pip install -r requirements-eval.txt
# lm-eval, datasets, accelerate, sacrebleu, rouge_score, nltk