faisalhr1997 commited on
Commit
6781995
1 Parent(s): 833d7c1

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. 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/notstoic/pygmalion-13b-ggml/resolve/main/pygmalion-13b-ggml-q4_0.bin \
8
  && apt remove build-essential wget make -y
9
 
10
- ENTRYPOINT ["python", "koboldcpp.py", "pygmalion-13b-ggml-q4_0.bin", "--port", "7860"]
 
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"]