ztime commited on
Commit
f5f8f18
1 Parent(s): 2a6826a

change port export

Browse files
Files changed (1) hide show
  1. start_server.sh +1 -1
start_server.sh CHANGED
@@ -3,7 +3,7 @@
3
  # For mlock support
4
  ulimit -l unlimited
5
 
6
- /main -m model/gguf-model.bin --color -p '你好,你是谁'
7
 
8
  /server --host 0.0.0.0 --port 7860 -m model/gguf-model.bin
9
  /llamacpp/build/bin/server --host 0.0.0.0 --port 7860 -m model/gguf-model.bin
 
3
  # For mlock support
4
  ulimit -l unlimited
5
 
6
+ /main -m model/gguf-model.bin --color -p '你好,你是谁' -n 2 -c 2
7
 
8
  /server --host 0.0.0.0 --port 7860 -m model/gguf-model.bin
9
  /llamacpp/build/bin/server --host 0.0.0.0 --port 7860 -m model/gguf-model.bin