Bc-AI commited on
Commit
b7b4bce
·
verified ·
1 Parent(s): 9bb7edc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -6
Dockerfile CHANGED
@@ -2,16 +2,16 @@ FROM ghcr.io/ggml-org/llama.cpp:server
2
 
3
  RUN apt update && apt install wget -y && rm -rf /var/lib/apt/lists/*
4
 
5
- RUN wget "https://huggingface.co/unsloth/gemma-4-E2B-it-qat-GGUF/resolve/main/gemma-4-E2B-it-qat-UD-Q4_K_XL.gguf" -O /gemma-4-E2B-it-qat-UD-Q4_K_XL.gguf
6
 
7
- RUN wget "https://huggingface.co/unsloth/gemma-4-E2B-it-qat-GGUF/resolve/main/mtp-gemma-4-E2B-it.gguf" -O /mtp-gemma-4-E2B-it.gguf
8
 
9
- RUN wget "https://huggingface.co/unsloth/gemma-4-E2B-it-qat-GGUF/resolve/main/mmproj-F16.gguf" -O /gemma-4-E2B-it-mmproj.gguf
10
 
11
  CMD [ \
12
- "-m", "/gemma-4-E2B-it-qat-UD-Q4_K_XL.gguf", \
13
- "--spec-draft-model", "/mtp-gemma-4-E2B-it.gguf", \
14
- "--mmproj", "/gemma-4-E2B-it-mmproj.gguf", \
15
  "--port", "7860", \
16
  "--host", "0.0.0.0", \
17
  "-t", "2", \
 
2
 
3
  RUN apt update && apt install wget -y && rm -rf /var/lib/apt/lists/*
4
 
5
+ RUN wget "https://huggingface.co/empero-ai/Qwythos-9B-Claude-Mythos-5-1M-GGUF/resolve/main/Qwythos-9B-Claude-Mythos-5-1M-Q4_K_M.gguf" -O /Qwythos-9B-Claude-Mythos-5-1M-Q4_K_M.gguf
6
 
7
+ RUN wget "https://huggingface.co/empero-ai/Qwythos-9B-Claude-Mythos-5-1M-GGUF/resolve/main/Qwythos-9B-Claude-Mythos-5-1M-MTP-Q4_K_M.gguf" -O /Qwythos-9B-Claude-Mythos-5-1M-MTP-Q4_K_M.gguf
8
 
9
+ RUN wget "https://huggingface.co/empero-ai/Qwythos-9B-Claude-Mythos-5-1M-GGUF/resolve/main/mmproj-Qwythos-9B-Claude-Mythos-5-1M-F16.gguf" -O /mmproj-Qwythos-9B-Claude-Mythos-5-1M-F16.gguf
10
 
11
  CMD [ \
12
+ "-m", "/Qwythos-9B-Claude-Mythos-5-1M-Q4_K_M.gguf", \
13
+ "--spec-draft-model", "/Qwythos-9B-Claude-Mythos-5-1M-MTP-Q4_K_M.gguf", \
14
+ "--mmproj", "/mmproj-Qwythos-9B-Claude-Mythos-5-1M-F16.gguf", \
15
  "--port", "7860", \
16
  "--host", "0.0.0.0", \
17
  "-t", "2", \