File size: 413 Bytes
9f3e7de
ff4ee52
 
 
a80269e
b7041bc
ff4ee52
a80269e
1
2
3
4
5
6
7
8
FROM ghcr.io/ggml-org/llama.cpp:full

RUN apt update && apt install wget -y

RUN wget "https://huggingface.co/mradermacher/aquif-3-moe-17b-a2.8b-thinking-i1-GGUF/resolve/main/aquif-3-moe-17b-a2.8b-thinking.i1-Q4_K_M.gguf" -O /aquif-3-moe-17b-a2.8b-thinking.i1-Q4_K_M.gguf


CMD ["--server", "-m", "/aquif-3-moe-17b-a2.8b-thinking.i1-Q4_K_M.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "512", "--no-warmup"]