imperialwool commited on
Commit
773e76d
1 Parent(s): 76d0f52

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ WORKDIR /app
16
 
17
  # Installing wget and downloading model.
18
  RUN apt install wget -y
19
- RUN wget -q -O model.bin https://huggingface.co/lucianosb/llama-2-7b-langchain-chat-GGUF/resolve/main/llama-2-7b-langchain-chat-q8_0.gguf
20
  RUN ls
21
  # 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".
22
 
 
16
 
17
  # Installing wget and downloading model.
18
  RUN apt install wget -y
19
+ RUN wget -q -O model.bin https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF/resolve/main/llama-2-13b-chat.Q5_K_M.gguf
20
  RUN ls
21
  # 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".
22