limcheekin commited on
Commit
12be50e
1 Parent(s): ac36b1f

chore: reverted model download link, confirmed that ggml model size cannot greater than 10GB

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN pip install -U pip setuptools wheel && \
15
 
16
  # Download model
17
  RUN mkdir model && \
18
- curl -L https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q6_K.bin -o model/ggmlv3-model.bin
19
 
20
  COPY ./start_server.sh ./start_server.sh
21
 
 
15
 
16
  # Download model
17
  RUN mkdir model && \
18
+ curl -L https://huggingface.co/TheBloke/orca_mini_v3_13B-GGML/resolve/main/orca_mini_v3_13b.ggmlv3.q5_K_S.bin -o model/ggmlv3-model.bin
19
 
20
  COPY ./start_server.sh ./start_server.sh
21