From 410d2e01e44f6c9b69c0c451bd46f879f80b43ec Mon Sep 17 00:00:00 2001 From: huangfu <3045324663@qq.com> Date: Thu, 29 Jan 2026 10:27:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=AF=E5=8A=A8=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_all.sh b/start_all.sh index 730e598c..cf79f1cf 100755 --- a/start_all.sh +++ b/start_all.sh @@ -234,7 +234,7 @@ start_services() { --port ${INFERENCE_PORT} \ --gpu-layers 36 \ --host 0.0.0.0 \ - -c 8192 \ + -c 16384 \ --jinja \ --temp 0 \ --top-k 1 \