Dagriffpatchfan commited on
Commit
9a3860f
·
verified ·
1 Parent(s): 6ad3830

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,4 +6,4 @@ RUN apt update && apt install wget -y
6
  RUN wget "https://huggingface.co/unsloth/gemma-3-270m-it-GGUF/resolve/main/gemma-3-270m-it-F16.gguf" -O /gemma-3-270m-it-F16.gguf
7
 
8
  # This command tells the server to load the F16 model on startup
9
- CMD ["--server", "-m", "/gemma-3-270m-it-F16.gguf", "--port", "7860", "--host", "0.0.0.0", "-c", "1024", "-n", "512", "-t", "2", "--mlock"]
 
6
  RUN wget "https://huggingface.co/unsloth/gemma-3-270m-it-GGUF/resolve/main/gemma-3-270m-it-F16.gguf" -O /gemma-3-270m-it-F16.gguf
7
 
8
  # This command tells the server to load the F16 model on startup
9
+ CMD ["--server", "-m", "/gemma-3-270m-it-F16.gguf", "--port", "7860", "--host", "0.0.0.0", "-c", "5000", "-n", "4000", "-t", "8", "--mlock"]