imperialwool commited on
Commit
7eaa8db
1 Parent(s): 6deb45e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ RUN mkdir translator
19
  RUN chmod -R 777 translator
20
 
21
  # Installing wget and downloading model.
22
- ADD https://huggingface.co/TheBloke/dolphin-2.2.1-AshhLimaRP-Mistral-7B-GGUF/resolve/main/dolphin-2.2.1-ashhlimarp-mistral-7b.Q5_0.gguf /app/model.bin
23
  RUN chmod -R 777 /app/model.bin
24
  # 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".
25
 
 
19
  RUN chmod -R 777 translator
20
 
21
  # Installing wget and downloading model.
22
+ ADD https://huggingface.co/TheBloke/dolphin-2.2.1-AshhLimaRP-Mistral-7B-GGUF/resolve/main/dolphin-2.2.1-ashhlimarp-mistral-7b.Q4_K_M.gguf /app/model.bin
23
  RUN chmod -R 777 /app/model.bin
24
  # 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".
25