Spaces:
Running
Running
Disable Multiuser
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,5 +5,5 @@ RUN git clone https://github.com/lostruins/koboldcpp /opt/koboldcpp
|
|
5 |
WORKDIR /opt/koboldcpp
|
6 |
RUN make LLAMA_OPENBLAS=1
|
7 |
RUN wget -O model.ggml https://huggingface.co/KoboldAI/LLaMA2-13B-Tiefighter-GGUF/resolve/main/LLaMA2-13B-Tiefighter.Q4_K_S.gguf
|
8 |
-
CMD ["/bin/python3", "./koboldcpp.py", "--model", "model.ggml", "--port", "7860", "--
|
9 |
|
|
|
5 |
WORKDIR /opt/koboldcpp
|
6 |
RUN make LLAMA_OPENBLAS=1
|
7 |
RUN wget -O model.ggml https://huggingface.co/KoboldAI/LLaMA2-13B-Tiefighter-GGUF/resolve/main/LLaMA2-13B-Tiefighter.Q4_K_S.gguf
|
8 |
+
CMD ["/bin/python3", "./koboldcpp.py", "--model", "model.ggml", "--port", "7860", "--hordeconfig", "HF_SPACE_Tiefighter", "1", "1"]
|
9 |
|