Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
|
@@ -45,11 +45,11 @@ RUN git clone --depth 1 https://github.com/ggerganov/llama.cpp.git . && \
|
|
| 45 |
ENTRYPOINT ["./build/bin/llama-server"]
|
| 46 |
|
| 47 |
CMD [ \
|
| 48 |
-
"-hf", "unsloth/Qwen3.5-
|
| 49 |
"--host", "0.0.0.0", \
|
| 50 |
"--port", "7860", \
|
| 51 |
"-t", "8", \
|
| 52 |
"-c", "4096", \
|
| 53 |
-
"--flash-attn", "true"
|
| 54 |
-
"--no-mmap"
|
| 55 |
]
|
|
|
|
| 45 |
ENTRYPOINT ["./build/bin/llama-server"]
|
| 46 |
|
| 47 |
CMD [ \
|
| 48 |
+
"-hf", "unsloth/Qwen3.5-4B-GGUF:Q8_0", \
|
| 49 |
"--host", "0.0.0.0", \
|
| 50 |
"--port", "7860", \
|
| 51 |
"-t", "8", \
|
| 52 |
"-c", "4096", \
|
| 53 |
+
"--flash-attn", "true", \
|
| 54 |
+
"--no-mmap"
|
| 55 |
]
|