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

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/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
 
28
 
29
  # Download model
30
  RUN mkdir -p /models && \
31
+ wget -O /models/model.q8_0.gguf https://huggingface.co/ehristoforu/FluentlyLM-Prinum-Q2_K-GGUF/resolve/main/fluentlylm-prinum-q2_k.gguf
32
 
33
  # Copy app and startup script
34
  COPY app.py /app.py