Xlnk commited on
Commit
5038df1
·
verified ·
1 Parent(s): c256a80

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +4 -1
start.sh CHANGED
@@ -4,4 +4,7 @@
4
  --model /models/model.gguf \
5
  --host 0.0.0.0 \
6
  --port 7860 \
7
- --fit off
 
 
 
 
4
  --model /models/model.gguf \
5
  --host 0.0.0.0 \
6
  --port 7860 \
7
+ --fit off \
8
+ --threads $(nproc) \
9
+ --mlock \
10
+ --no-mmap \