THUDM / AgentBench

A Comprehensive Benchmark to Evaluate LLMs as Agents (ICLR'24)
https://llmbench.ai
Apache License 2.0
2.01k stars 136 forks source link

cg和kg都遇到了Worker not responding #97

Open WarBean opened 6 months ago

WarBean commented 6 months ago

与另外几个帖子类似,我也遇到了Worker not responding的问题:

https://github.com/THUDM/AgentBench/issues/63 https://github.com/THUDM/AgentBench/issues/56 https://github.com/THUDM/AgentBench/issues/53 https://github.com/THUDM/AgentBench/issues/87

但是我的情况是只有cg和kg任务会遇到,定位后发现是卡在这个请求语句上:

https://github.com/THUDM/AgentBench/blob/main/src/server/task_controller.py#L230

报错内容类似这样:

task KnowledgeGraph-std worker 2 error Cannot connect to host localhost:5001 ssl:default [Connect call failed ('127.0.1.1', 5001)]
zhc7 commented 5 months ago

Hi, @WarBean 如果你是在Mac上运行的话,也许https://github.com/THUDM/AgentBench/issues/84#issuecomment-1872249318 会有帮助