Xlnk commited on
Commit
dc9ef3d
·
verified ·
1 Parent(s): 105a53e

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-2.6B-Exp-GGUF/resolve/main/LFM2-2.6B-Exp-Q4_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.5-1.2B-Instruct-GGUF/resolve/main/LFM2.5-1.2B-Instruct-Q8_0.gguf
26
 
27
  # ✅ GGUF sanity check (no xxd)
28
  RUN head -c 4 /models/model.gguf