Model / requirements.txt
Electro0023's picture
v2: Alpine base + runtime /admin/load (deepseek defaults + template kept)
d330add verified
Raw
History Blame Contribute Delete
532 Bytes
# Pinned for reproducible builds. ALL packages must install as prebuilt wheels
# (the Alpine image ships no compiler - see Dockerfile --only-binary).
fastapi==0.115.6
# plain uvicorn (not [standard]): avoids uvloop/httptools, which may lack
# musllinux wheels for this pin - h11 worker is fine for a single-model server.
uvicorn==0.34.0
pydantic==2.10.4
huggingface_hub==0.27.1
# musl (Alpine) prebuilt CPU wheel from abetlen's index - 2025 llama.cpp with
# qwen3 / gemma3 / granite architecture support.
llama-cpp-python==0.3.19