Skip to content

Commit

Permalink
Update config.ini (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisonooo authored Sep 2, 2024
1 parent 5951d85 commit d301d37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ client_url = "http://127.0.0.1:8888/inference"

[llm.server]
# local LLM configuration
# support "internlm/internlm2-chat-7b", "internlm2_5-7b-chat" and "qwen/qwen-7b-chat-int8"
# support "internlm/internlm2-chat-7b" and "qwen/qwen-7b-chat-int8"
# support local path, for example
# local_llm_path = "/path/to/your/internlm2_5"
# local_llm_path = "/path/to/your/internlm2-chat-7b"

local_llm_path = "internlm/internlm2_5-7b-chat"
local_llm_path = "internlm/internlm2-chat-7b"
local_llm_max_text_length = 3000
# llm server listen port
local_llm_bind_port = 8888
Expand Down Expand Up @@ -209,4 +209,4 @@ introduction = "github https://github.com/InternLM/HuixiangDou 用户体验群"
# github.com/tencent/ncnn contributors
[frontend.wechat_wkteam.18356748488]
name = "卷卷群"
introduction = "ncnn contributors group"
introduction = "ncnn contributors group"

0 comments on commit d301d37

Please sign in to comment.