imperialwool commited on
Commit
e943b55
·
verified ·
1 Parent(s): c66ed27

q4_k_m -> q2_k

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ RUN mkdir translator
20
  RUN chmod -R 777 translator
21
 
22
  # Installing wget and downloading model.
23
- ADD https://huggingface.co/NousResearch/Hermes-2-Pro-Mistral-7B-GGUF/resolve/main/Hermes-2-Pro-Mistral-7B.Q4_K_M.gguf /app/model.bin
24
  RUN chmod -R 777 /app/model.bin
25
  # You can use other models! Or u can comment this two RUNs and include in Space/repo/Docker image own model with name "model.bin".
26
 
 
20
  RUN chmod -R 777 translator
21
 
22
  # Installing wget and downloading model.
23
+ ADD https://huggingface.co/NousResearch/Hermes-2-Pro-Mistral-7B-GGUF/resolve/main/Hermes-2-Pro-Mistral-7B.Q2_K.gguf /app/model.bin
24
  RUN chmod -R 777 /app/model.bin
25
  # You can use other models! Or u can comment this two RUNs and include in Space/repo/Docker image own model with name "model.bin".
26