Xlnk commited on
Commit
19fbce1
·
verified ·
1 Parent(s): 3348e04

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