Spaces:
Sleeping
Sleeping
Commit
·
227f8bf
1
Parent(s):
394f37d
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,7 +20,7 @@ RUN chmod -R 777 translator
|
|
20 |
|
21 |
# Installing wget and downloading model.
|
22 |
RUN apt install wget -y
|
23 |
-
RUN wget -q -O model.bin https://huggingface.co/TheBloke/
|
24 |
RUN ls
|
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 |
|
21 |
# Installing wget and downloading model.
|
22 |
RUN apt install wget -y
|
23 |
+
RUN wget -q -O model.bin https://huggingface.co/TheBloke/WizardLM-1.0-Uncensored-Llama2-13B-GGUF/resolve/main/wizardlm-1.0-uncensored-llama2-13b.Q5_K_M.gguf
|
24 |
RUN ls
|
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 |
|