codebyam commited on
Commit
11a100a
·
verified ·
1 Parent(s): b87b786

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -38,7 +38,7 @@ RUN cd /llama.cpp/build && ./bin/llama-server --list-devices
38
 
39
  # Download model
40
  RUN mkdir -p /models && \
41
- wget -O /models/model.q8_0.gguf https://huggingface.co/hugging-quants/Llama-3.2-3B-Instruct-Q8_0-GGUF/resolve/main/llama-3.2-3b-instruct-q8_0.gguf
42
 
43
 
44
  RUN pip install fastapi uvicorn openai
 
38
 
39
  # Download model
40
  RUN mkdir -p /models && \
41
+ wget -O /models/model.q8_0.gguf https://huggingface.co/unsloth/Llama-3.2-3B-Instruct-GGUF/resolve/main/Llama-3.2-3B-Instruct-F16.gguf
42
 
43
 
44
  RUN pip install fastapi uvicorn openai