Boning c commited on
Commit
59fff27
·
verified ·
1 Parent(s): 2dd18f7

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/unsloth/gpt-oss-20b-GGUF/resolve/main/gpt-oss-20b-Q4_K_S.gguf" -O /gpt-oss-20b-Q4_K_S.gguf
6
 
7
 
8
- CMD ["--server", "-m", "/gpt-oss-20b-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/unsloth/gpt-oss-20b-GGUF/resolve/main/gpt-oss-20b-Q2_K.gguf" -O /gpt-oss-20b-Q2_K.gguf
6
 
7
 
8
+ CMD ["--server", "-m", "/gpt-oss-20b-Q2_K.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "512", "--no-warmup"]