Yahir commited on
Commit
02644ee
1 Parent(s): 35864dd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ RUN apt install -y cmake make gcc g++ git python3 python3-pip wget
4
  RUN git clone https://github.com/ggerganov/llama.cpp
5
  RUN mkdir /code && mv llama.cpp/* /code
6
  RUN cd /code && make -j
7
- RUN wget https://huggingface.co/eachadea/legacy-ggml-vicuna-13b-4bit/resolve/main/ggml-vicuna-13b-4bit.bin -P /code
8
  WORKDIR /code
9
 
10
  RUN pip install streamlit
 
4
  RUN git clone https://github.com/ggerganov/llama.cpp
5
  RUN mkdir /code && mv llama.cpp/* /code
6
  RUN cd /code && make -j
7
+ RUN wget https://huggingface.co/Black-Engineer/llama-13b-pretrained-sft-do2-ggml-q4/resolve/main/qunt4_0.bin -P /code
8
  WORKDIR /code
9
 
10
  RUN pip install streamlit