Yahir commited on
Commit
7a3f060
1 Parent(s): c6ad043

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/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
 
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/CRD716/ggml-vicuna-1.1-quantized/resolve/main/ggml-vicuna-7b-1.1-q4_0.bin -P /code
8
  WORKDIR /code
9
 
10
  RUN pip install streamlit