Sam-chat-speed / Dockerfile
Boning c
Update Dockerfile
b7041bc verified
raw
history blame contribute delete
333 Bytes
FROM ghcr.io/ggml-org/llama.cpp:full
RUN apt update && apt install wget -y
RUN wget "https://huggingface.co/mradermacher/Sam-reason-A3-GGUF/resolve/main/Sam-reason-A3.Q4_K_S.gguf" -O /Sam-reason-A3.Q4_K_S.gguf
CMD ["--server", "-m", "/Sam-reason-A3.Q4_K_S.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "512", "--no-warmup"]