matthoffner commited on
Commit
aea70d3
·
verified ·
1 Parent(s): 1e26412

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -19,7 +19,7 @@ RUN apt update && \
19
 
20
  WORKDIR /app
21
 
22
- RUN wget https://huggingface.co/Nan-Do/Truthful_DPO_TomGrc_FusionNet_7Bx2_MoE_13B-GGUF/resolve/main/Truthful_DPO_TomGrc_FusionNet_7Bx2_MoE_13B-Q4_0.gguf
23
 
24
  RUN make
25
 
@@ -27,4 +27,4 @@ RUN make
27
  EXPOSE 8080
28
 
29
  # Use the model name variable in CMD as well
30
- CMD ["--server", "--model", "Truthful_DPO_TomGrc_FusionNet_7Bx2_MoE_13B-Q4_0.gguf", "--threads", "8", "--host", "0.0.0.0"]
 
19
 
20
  WORKDIR /app
21
 
22
+ RUN wget https://huggingface.co/brittlewis12/Snorkel-Mistral-PairRM-DPO-GGUF/resolve/main/snorkel-mistral-pairrm-dpo.Q4_K_M.gguf
23
 
24
  RUN make
25
 
 
27
  EXPOSE 8080
28
 
29
  # Use the model name variable in CMD as well
30
+ CMD ["--server", "--model", "snorkel-mistral-pairrm-dpo.Q4_K_M.gguf", "--threads", "8", "--host", "0.0.0.0"]