Spaces:
Runtime error
Runtime error
-t 2
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,4 +2,4 @@
|
|
2 |
FROM ghcr.io/ggerganov/llama.cpp:full
|
3 |
RUN apt update && apt upgrade -y && apt install wget -y
|
4 |
RUN wget "https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF/resolve/main/llama-2-13b-chat.Q4_K_M.gguf" -O llama-2-13b-chat.Q4_K_M.gguf
|
5 |
-
CMD ["--server", "-m", "llama-2-13b-chat.Q4_K_M.gguf", "--port", "7860", "--host", "0.0.0.0"]
|
|
|
2 |
FROM ghcr.io/ggerganov/llama.cpp:full
|
3 |
RUN apt update && apt upgrade -y && apt install wget -y
|
4 |
RUN wget "https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF/resolve/main/llama-2-13b-chat.Q4_K_M.gguf" -O llama-2-13b-chat.Q4_K_M.gguf
|
5 |
+
CMD ["--server", "-m", "llama-2-13b-chat.Q4_K_M.gguf", "--port", "7860", "--host", "0.0.0.0", "-t", "2"]
|