From 5aefdc5f66e3e6773db9006cd9f40d7782151d34 Mon Sep 17 00:00:00 2001 From: suluyana Date: Thu, 26 Sep 2024 09:52:34 +0800 Subject: [PATCH] fix typo --- publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.yaml b/publish.yaml index 1cc5a80..ce6f119 100644 --- a/publish.yaml +++ b/publish.yaml @@ -132,7 +132,7 @@ Parameters: default: "llm_template/ollama/gemma2.modelfile" description: 模型时所需的模型template文件的链接,使用ollama启动时为必须参数。其中gguf路径应以{gguf_file}表示,在执行时会被替换成容器内真实可访问的路径。 deployEnv: - titile: 部署推理环境变量 + title: 部署推理环境变量 type: string default: '{}' description: 部署推理时额外的环境变量,配置为可被json.loads的string。如backend为ollama时,配置deployEnv='{"OLLAMA_NUM_PARALLEL":4}'可实现并行度为4的部署。