Boning c commited on
Commit
34e6ec7
·
verified ·
1 Parent(s): 99ecaac

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM ghcr.io/ggml-org/llama.cpp:full
2
 
3
  RUN apt update && apt install wget -y
4
 
5
- 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
6
 
7
 
8
- CMD ["--server", "-m", "/Sam-reason-A3.Q4_K_S.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "512", "--no-warmup"]
 
2
 
3
  RUN apt update && apt install wget -y
4
 
5
+ RUN wget "https://huggingface.co/mradermacher/Sam-reason-S2-GGUF/resolve/main/Sam-reason-S2.Q4_K_S.gguf" -O /Sam-reason-S2.Q4_K_S.gguf
6
 
7
 
8
+ CMD ["--server", "-m", "/Sam-reason-S2.Q4_K_S.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "512", "--no-warmup"]