arvinega commited on
Commit
c041db6
·
verified ·
1 Parent(s): d11d362

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
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/QuantFactory/finance-Llama3-8B-GGUF/resolve/main/finance-Llama3-8B.Q8_0.gguf?download=true" -O /Llama3finance.gguf
7
 
8
- CMD ["--server", "-m", "/Llama3finance.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/Kancil-V1-llama3-fp16-GGUF/resolve/main/Kancil-V1-llama3-fp16.Q8_0.gguf?download=true" -O /Llama3.gguf
7
 
8
+ CMD ["--server", "-m", "/Llama3.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "4096"]