Illumotion commited on
Commit
ee58854
·
1 Parent(s): 02c3267

Update 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/birdup/pygmalion-7b-q5_1-ggml-v5/blob/main/pygmalion-7b-q5_1-ggml-v5.bin \
8
  && apt remove build-essential wget make -y
9
 
10
- ENTRYPOINT ["python", "koboldcpp.py", "pygmalion-7b-q5_1-ggml-v5.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/Yoshiii/pygmalion-7b-ggml/resolve/main/pygmalion-7b-q5_K_M.bin\
8
  && apt remove build-essential wget make -y
9
 
10
+ ENTRYPOINT ["python", "koboldcpp.py", "pygmalion-7b-q5_K_M.bin", "--port", "7860"]