Xlnk commited on
Commit
2fa9eec
·
verified ·
1 Parent(s): a49e254

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,7 +22,7 @@ RUN mkdir -p /models
22
 
23
  # ✅ CORRECT MODEL DOWNLOAD
24
  RUN curl -L --fail -o /models/model.gguf \
25
- https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-GGUF/resolve/main/tinyllama-1.1b-chat-q4_k_m.gguf
26
 
27
  # ✅ VERIFY GGUF
28
  RUN head -c 4 /models/model.gguf | xxd
 
22
 
23
  # ✅ CORRECT MODEL DOWNLOAD
24
  RUN curl -L --fail -o /models/model.gguf \
25
+ https://huggingface.co/Qwen/Qwen2.5-1.5B-Instruct-GGUF/resolve/main/qwen2.5-1.5b-instruct-q4_k_m.gguf
26
 
27
  # ✅ VERIFY GGUF
28
  RUN head -c 4 /models/model.gguf | xxd