-
是在config.yaml将llm-api后的内容改成本地大模型存储路径嘛 |
Beta Was this translation helpful? Give feedback.
Answered by
SWHL
Sep 11, 2023
Replies: 1 comment
-
大模型启动是和当前项目分开的。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SWHL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
大模型启动是和当前项目分开的。
config.yaml
中llm_api
指的是 在本地部署大模型之后的接口路径,不是大模型存储路径。大模型启动可以参考ChatGLM-6B来单独启动
启动之后,将接口路径 赋值给
llm_api