-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
通过fastchat部署本地模型遇到的问题 #146
Comments
你这个问题解决了吗 |
controller_address地址写错了,改为 |
那这个python3 -m fastchat.serve.controller的地址,是多少 |
这个control-address我这里应该是http://localhost:21002 |
host是你服务器的地址,port你可以自定义 |
我试了下llama3-8b 1 terminal 1: python3 -m fastchat.serve.controller
5 terminal 4: python -m src.client.agent_test --config configs/agents/fs_agent.yaml --agent llama3-8b 6 terminal 5: python -m src.start_task -a 7 termina 6:python -m src.assigner 报错
|
configs/assignments/default.yaml中agent名字改掉了吗? |
configs/assignments/default.yaml是要改成这样吗
|
是的,能跑起来了吗? |
我在 terminal 5: python -m src.start_task -a报的错是
|
在 termina 6:python -m src.assigner报的错是
|
terminal 5: python -m src.start_task -a报了 |
您好,我使用fastchat进行加载chatglm3-6b模型,
step1
python3 -m fastchat.serve.controller
step2
python3 -m fastchat.serve.model_worker --model-path /ldata/llms/chatglm3-6b
step3
python3 -m fastchat.serve.openai_api_server --host 10.0.1.227 --port 30008
启动服务后,我修改了fs_agents.yaml文件,内容为
然后运行 python -m src.client.agent_test --config configs/agents/fs_agents.yaml --agent chatglm3-6b
接着新开了一个终端运行命令 python -m src.start_task -a,此时报错
mysql.connector.errors.DatabaseError: 2003 (HY000): Can't connect to MySQL server on '127.0.0.1:16018' (111)
请问这个问题怎么解决?还有请问我的步骤以及yaml文件有问题吗?期待您的回复!
The text was updated successfully, but these errors were encountered: