matthoffner commited on
Commit
8df0006
·
verified ·
1 Parent(s): f1cd415

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -43,4 +43,4 @@ WORKDIR $HOME/app
43
  EXPOSE 8080
44
 
45
  # Start the llava-server with models
46
- CMD ["/app/llama.cpp/server", "--model", "Magicoder-S-DS-6.7B_q8_0.gguf", "--threads", "12", "--host", "0.0.0.0"]
 
43
  EXPOSE 8080
44
 
45
  # Start the llava-server with models
46
+ CMD ["/app/llama.cpp/server", "--model", "Magicoder-S-DS-6.7B_q8_0.gguf", "--threads", "6", "--host", "0.0.0.0"]