Xlnk commited on
Commit
1d8629b
·
verified ·
1 Parent(s): 3483208

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
  # ✅ UNGATED MODEL
24
  RUN curl -L --fail -o /models/model.gguf \
25
- https://huggingface.co/LiquidAI/LFM2-700M-GGUF/resolve/main/LFM2-700M-Q8_0.gguf
26
 
27
  # ✅ GGUF sanity check (no xxd)
28
  RUN head -c 4 /models/model.gguf
 
22
 
23
  # ✅ UNGATED MODEL
24
  RUN curl -L --fail -o /models/model.gguf \
25
+ https://huggingface.co/LiquidAI/LFM2-700M-GGUF/resolve/main/LFM2-700M-Q5_K_M.gguf
26
 
27
  # ✅ GGUF sanity check (no xxd)
28
  RUN head -c 4 /models/model.gguf