From 0147f49ee9ce05250173fa2ebb0fe7b030499e7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A2=A8=E6=A2=93=E6=9F=92?= <1787882683@qq.com> Date: Mon, 5 May 2025 21:42:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4lpmm=20template?= =?UTF-8?q?=E4=B8=AD=E5=AE=9E=E4=BD=93=E6=8F=90=E5=8F=96=E7=BA=BF=E7=A8=8B?= =?UTF-8?q?=E6=95=B0=EF=BC=8C=E9=9D=9EPro=E6=A8=A1=E5=9E=8B=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E4=B8=BA3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/lpmm_config_template.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/lpmm_config_template.toml b/template/lpmm_config_template.toml index aae664d51..745cbaaf6 100644 --- a/template/lpmm_config_template.toml +++ b/template/lpmm_config_template.toml @@ -38,8 +38,8 @@ synonym_threshold = 0.8 # 同义词阈值(相似度高于此阈值的词语 provider = "siliconflow" # 服务提供商 model = "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B" # 模型名称 -[info_extraction] -workers = 10 +[info_extraction] +workers = 3 # 实体提取同时执行线程数,非Pro模型不要设置超过5 [qa.params] # QA参数配置