Boning c commited on
Commit
4c559a0
·
verified ·
1 Parent(s): 69d817c

Update Dockerfile

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