imperialwool commited on
Commit
03d499e
·
verified ·
1 Parent(s): 6d6b007

Update Dockerfile

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/Vikhrmodels/Vikhr-Llama-3.2-1B-instruct-GGUF/resolve/main/Vikhr-Llama-3.2-1B-F16.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/Vikhrmodels/Vikhr-Qwen-2.5-1.5B-Instruct-GGUF/resolve/main/Vikhr-Qwen-2.5-1.5b-Instruct-Q4_1.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