exploitz3r0bbd commited on
Commit
76d5751
·
verified ·
1 Parent(s): a427655

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/Xlnk/Xlnk-Ai/resolve/main/openai-community_gpt2-large-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/Xlnk-Ai/resolve/main/1.gguf
26
 
27
  # ✅ GGUF sanity check (no xxd)
28
  RUN head -c 4 /models/model.gguf