Lyte commited on
Commit
51a20bc
·
verified ·
1 Parent(s): af1c3ab

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -39,7 +39,7 @@ RUN git clone https://github.com/ggerganov/llama.cpp && \
39
 
40
  # Download model
41
  RUN mkdir -p /models && \
42
- 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
43
 
44
  # Copy app and startup script
45
  COPY app.py /app.py
 
39
 
40
  # Download model
41
  RUN mkdir -p /models && \
42
+ wget -O /models/model.q8_k_xl.gguf https://huggingface.co/unsloth/Qwen3-0.6B-GGUF/resolve/main/Qwen3-0.6B-UD-Q8_K_XL.gguf
43
 
44
  # Copy app and startup script
45
  COPY app.py /app.py