codebyam commited on
Commit
72bed90
·
verified ·
1 Parent(s): 1cf4072

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +0 -4
start.sh CHANGED
@@ -1,9 +1,5 @@
1
  #!/bin/bash
2
 
3
- # Start llama-server in background
4
- cd /llama.cpp/build
5
- ./bin/llama-bench --model /models/model.q8_0.gguf &
6
-
7
  # Start llama-server in background
8
  cd /llama.cpp/build
9
  ./bin/llama-server --host 0.0.0.0 --port 8080 --model /models/model.q8_0.gguf --ctx-size 32768 --threads 2 &
 
1
  #!/bin/bash
2
 
 
 
 
 
3
  # Start llama-server in background
4
  cd /llama.cpp/build
5
  ./bin/llama-server --host 0.0.0.0 --port 8080 --model /models/model.q8_0.gguf --ctx-size 32768 --threads 2 &