Illumotion commited on
Commit
d257d3f
·
1 Parent(s): 7541c62

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -4,8 +4,8 @@ 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/TheBloke/Pygmalion-2-13B-SuperCOT-weighed-GGUF/resolve/main/pygmalion-2-13b-supercot-weighed.Q5_K_M.gguf \
8
  && apt remove build-essential wget make -y \
9
  && rm -fr *.bat convert-* ci docs examples otherarchs tests
10
 
11
- ENTRYPOINT ["python", "koboldcpp.py", "pygmalion-2-13b-supercot-weighed.Q5_K_M.gguf", "--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/Pygmalion-2-7B-GGUF/resolve/main/pygmalion-2-7b.Q4_0.gguf \
8
  && apt remove build-essential wget make -y \
9
  && rm -fr *.bat convert-* ci docs examples otherarchs tests
10
 
11
+ ENTRYPOINT ["python", "koboldcpp.py", "pygmalion-2-7b.Q4_0.gguf", "--port", "7860"]