Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -14,7 +14,7 @@ RUN python3 -c 'from huggingface_hub import hf_hub_download; \
|
|
| 14 |
hf_hub_download(repo_id=repo, filename="mmproj-BF16.gguf", local_dir="/app")'
|
| 15 |
|
| 16 |
CMD ["--server", \
|
| 17 |
-
"-m", "/app/gemma-4-26B-A4B-it-UD-
|
| 18 |
"--mmproj", "/app/mmproj-BF16.gguf", \
|
| 19 |
"--host", "0.0.0.0", \
|
| 20 |
"--port", "7860", \
|
|
|
|
| 14 |
hf_hub_download(repo_id=repo, filename="mmproj-BF16.gguf", local_dir="/app")'
|
| 15 |
|
| 16 |
CMD ["--server", \
|
| 17 |
+
"-m", "/app/gemma-4-26B-A4B-it-UD-Q3_K_XL.gguf", \
|
| 18 |
"--mmproj", "/app/mmproj-BF16.gguf", \
|
| 19 |
"--host", "0.0.0.0", \
|
| 20 |
"--port", "7860", \
|