Keeby-smilyai commited on
Commit
df85e48
·
verified ·
1 Parent(s): 80b874e

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-1-GGUF/resolve/main/Sam-1.Q4_K_M.gguf" -O /Sam-1.Q4_K_M.gguf
6
 
7
 
8
- CMD ["--server", "-m", "/Sam-1.Q4_K_M.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/coconut-qwen2.5-7b-GGUF/resolve/main/coconut-qwen2.5-7b.Q4_K_S.gguf" -O /coconut-qwen2.5-7b.Q4_K_S.gguf
6
 
7
 
8
+ CMD ["--server", "-m", "coconut-qwen2.5-7b.Q4_K_S.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "512", "--no-warmup"]