arvinega commited on
Commit
d580cea
·
verified ·
1 Parent(s): f5bf1f2

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 /model.gguf
7
 
8
- CMD ["--server", "-m", "/model.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/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"]