Illumotion commited on
Commit
9831d41
·
1 Parent(s): e4d17d9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ COPY . .
4
  RUN apt update \
5
  && apt install build-essential wget libopenblas-dev libclblast-dev make -y \
6
  && make LLAMA_OPENBLAS=1 LLAMA_CLBLAST=1 \
7
- && wget https://huggingface.co/xzuyn/GPT-NeoX-Erebus-20B-GGML/resolve/main/ggjtv1-model-q5_1.bin \
8
  && apt remove build-essential wget make -y \
9
  && apt autoremove -y
10
 
 
4
  RUN apt update \
5
  && apt install build-essential wget libopenblas-dev libclblast-dev make -y \
6
  && make LLAMA_OPENBLAS=1 LLAMA_CLBLAST=1 \
7
+ && wget https://huggingface.co/xzuyn/GPT-J-Shinen-6B-GGML/resolve/main/ggjtv1-model-q5_1.bin \
8
  && apt remove build-essential wget make -y \
9
  && apt autoremove -y
10