arvinega commited on
Commit
5d7e184
·
verified ·
1 Parent(s): d48a926

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,6 +3,6 @@ FROM ghcr.io/ggerganov/llama.cpp:full
3
  RUN apt update && apt install wget -y
4
 
5
  # Ganti ke model Dhanishtha GGUF (Q4_K_M)
6
- RUN wget "https://huggingface.co/gmonsoon/llama3-8b-cpt-sahabatai-v1-instruct-GGUF/resolve/main/llama3-8b-cpt-sahabatai-v1-instruct.Q8_0.gguf?download=true" -O /sahabatai.gguf
7
 
8
  CMD ["--server", "-m", "/sahabatai.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "4096"]
 
3
  RUN apt update && apt install wget -y
4
 
5
  # Ganti ke model Dhanishtha GGUF (Q4_K_M)
6
+ RUN wget "https://huggingface.co/mradermacher/llama3-8b-cpt-sahabatai-v1-base-GGUF/resolve/main/llama3-8b-cpt-sahabatai-v1-base.Q8_0.gguf?download=true" -O /sahabatai.gguf
7
 
8
  CMD ["--server", "-m", "/sahabatai.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "4096"]