imperialwool commited on
Commit
ad33635
1 Parent(s): eb80cbf

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/WizardLM-1.0-Uncensored-Llama2-13B-GGUF/resolve/main/wizardlm-1.0-uncensored-llama2-13b.Q5_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
 
 
19
  RUN chmod -R 777 translator
20
 
21
  # Installing wget and downloading model.
22
+ ADD https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGUF/resolve/main/wizardlm-1.0-uncensored-llama2-13b.Q6_K.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