ehristoforu commited on
Commit
eafed87
·
verified ·
1 Parent(s): c98b1e7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@ RUN git clone https://github.com/ggerganov/llama.cpp && \
28
 
29
  # Download model
30
  RUN mkdir -p /models && \
31
- wget -O /models/model.q8_0.gguf https://huggingface.co/unsloth/DeepSeek-R1-Distill-Qwen-1.5B-GGUF/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B-Q8_0.gguf
32
 
33
  # Copy app and startup script
34
  COPY app.py /app.py
 
28
 
29
  # Download model
30
  RUN mkdir -p /models && \
31
+ wget -O /models/model.q8_0.gguf https://huggingface.co/ehristoforu/fd-lora-merged-64x128-Q5_0-GGUF/resolve/main/fd-lora-merged-64x128-q5_0.gguf
32
 
33
  # Copy app and startup script
34
  COPY app.py /app.py