Spaces:
Running
Running
Update LLM
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,4 +8,4 @@ ENV PATH=/home/user/.local/bin:$PATH
|
|
| 8 |
|
| 9 |
EXPOSE 7860
|
| 10 |
|
| 11 |
-
CMD ["--port", "7860", "--no-mmap", "--flash-attn", "on", "--fit", "on", "--ctx-size", "8192", "--samplers", "min_p", "--min-p", "0.005", "--backend-sampling", "--webui-mcp-proxy", "-hf", "
|
|
|
|
| 8 |
|
| 9 |
EXPOSE 7860
|
| 10 |
|
| 11 |
+
CMD ["--port", "7860", "--no-mmap", "--flash-attn", "on", "--fit", "on", "--ctx-size", "8192", "--samplers", "min_p", "--min-p", "0.005", "--backend-sampling", "--webui-mcp-proxy", "-hf", "Intel/Qwen3-Coder-30B-A3B-Instruct-gguf-q2ks-mixed-AutoRound:Q2_K_S", "--chat-template-kwargs", "{ \"enable_thinking\": false }"]
|