File size: 333 Bytes
9f3e7de ff4ee52 cafe720 b7041bc ff4ee52 cafe720 |
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/Sam-reason-v1-GGUF/resolve/main/Sam-reason-v1.Q4_K_S.gguf" -O /Sam-reason-v1.Q4_K_S.gguf
CMD ["--server", "-m", "/Sam-reason-v1.Q4_K_S.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "512", "--no-warmup"] |