lqfjun commited on
Commit
4d68b27
1 Parent(s): 5e94cc3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN cd llama.cpp && \
18
 
19
  # Download model
20
  RUN mkdir /model && \
21
- curl -L https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF/blob/main/mistral-7b-openorca.Q4_K_M.gguf -o /model/gguf-model.bin
22
 
23
  COPY . .
24
 
 
18
 
19
  # Download model
20
  RUN mkdir /model && \
21
+ curl -L https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF/resolve/main/mistral-7b-openorca.Q4_K_M.gguf -o model/gguf-model.bin
22
 
23
  COPY . .
24