Spaces:
Runtime error
Runtime error
faisalhr1997
commited on
Commit
•
6781995
1
Parent(s):
833d7c1
Upload Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -4,7 +4,7 @@ COPY . .
|
|
4 |
RUN apt update \
|
5 |
&& apt install build-essential wget libopenblas-dev make -y \
|
6 |
&& make LLAMA_OPENBLAS=1 \
|
7 |
-
&& wget https://huggingface.co/
|
8 |
&& apt remove build-essential wget make -y
|
9 |
|
10 |
-
ENTRYPOINT ["python", "koboldcpp.py", "
|
|
|
4 |
RUN apt update \
|
5 |
&& apt install build-essential wget libopenblas-dev make -y \
|
6 |
&& make LLAMA_OPENBLAS=1 \
|
7 |
+
&& wget https://huggingface.co/TheBloke/Redmond-Puffin-13B-GGML/resolve/main/redmond-puffin-13b.ggmlv3.q2_K.bin \
|
8 |
&& apt remove build-essential wget make -y
|
9 |
|
10 |
+
ENTRYPOINT ["python", "koboldcpp.py", "redmond-puffin-13b.ggmlv3.q2_K.bin", "--port", "7860","--contextsize","4096","--stream","--smartcontext","--unbantokens","--debugmode","--usemirostat","2","5.0","0.1"]
|