From 77c9caeb9d7ced394291f521ac3134bd86b2c726 Mon Sep 17 00:00:00 2001 From: shidong <shidong@jhsoft.cc> Date: 星期六, 12 七月 2025 09:52:54 +0800 Subject: [PATCH] #2025/7/12 #增加日志保存路径的配置 #修改每次只处理最新的记录,去掉线程数量判断,只处理一个 --- conf.txt | 29 +++++++++++++++++------------ 1 files changed, 17 insertions(+), 12 deletions(-) diff --git a/conf.txt b/conf.txt index 4d67331..cc12af5 100644 --- a/conf.txt +++ b/conf.txt @@ -1,14 +1,19 @@ -milvusurl = 192.168.1.232 +milvusurl = 192.168.1.176 milvusport = 19530 -isupdateurl = http://192.168.1.232:8088/v1/task/isChange?stateType=2 -gettaskconfurl = http://192.168.1.232:8088/v1/task/getTaskConf -updatestatusurl = http://192.168.1.232:8088/v1/task/updateChangeStatus?stateType=2 -videotaskurl = http://192.168.1.232:8089/api/v1/camera/record/task -ragurl=http://192.168.1.232:8870 -ragmode=qwen2.5vl -ollamaurl=http://192.168.1.232:11434 -ollamamode=qwen2.5vl +isupdateurl = http://192.168.1.176:8088/v1/task/isChange?stateType=2 +gettaskconfurl = http://192.168.1.176:8088/v1/task/getTaskConf +updatestatusurl = http://192.168.1.176:8088/v1/task/updateChangeStatus?stateType=2 +videotaskurl = http://192.168.1.176:8089/api/v1/camera/record/task +ragurl=http://192.168.1.176:8870 +ragmode=qwen3 +ollamaurl=http://192.168.1.176:11434 +ollamamode=qwen3 +vllmurl=http://192.168.1.176:8880/v1 +vllmmode=qwen3 filesavepath = /opt/smart -max_tokens = 2000 -threadnum = 10 - +max_tokens = 200 +threadnum = 4 +detectnum = 1 +qwenaddr = /home/debian/Qwen2.5-VL-3B-Instruct-GPTQ-Int4 +cuda = 1 +logaddr=/home/debian/logs \ No newline at end of file -- Gitblit v1.8.0