Spaces:
Runtime error
Runtime error
Commit
·
d962ec8
1
Parent(s):
b27e158
Default model
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -32,4 +32,4 @@ EXPOSE 7860
|
|
32 |
CMD wget -O /models/DeepSeek-R1-Distill-Llama-8B-Q4_K_L.gguf \
|
33 |
"https://huggingface.co/bartowski/DeepSeek-R1-Distill-Llama-8B-GGUF/resolve/main/DeepSeek-R1-Distill-Llama-8B-Q4_K_L.gguf" && \
|
34 |
python -m llama_cpp.server \
|
35 |
-
--config_file config_file
|
|
|
32 |
CMD wget -O /models/DeepSeek-R1-Distill-Llama-8B-Q4_K_L.gguf \
|
33 |
"https://huggingface.co/bartowski/DeepSeek-R1-Distill-Llama-8B-GGUF/resolve/main/DeepSeek-R1-Distill-Llama-8B-Q4_K_L.gguf" && \
|
34 |
python -m llama_cpp.server \
|
35 |
+
--config_file /models/config_file.json
|