JansonChenQ

Results 5 comments of JansonChenQ

我这边也是,只有全局能用,PAC用不了。

"will die on eval after 1 epoch. to get rid of the deadlock, comment out lines 478-487 in audiocraft/audiocraft/solvers/base.py"

> WebBrowser设置了搜索引擎的api_key吗 search_engine="BingSearch",在.env中配置了WEB_SEARCH_API_KEY

> lagent版本是0.5以上吗,不显式传api_key会报参数缺失 > > ```python > WebBrowser( > searcher_type="BingSearch", > api_key=os.getenv("WEB_SEARCH_API_KEY"), > topk=6 > ) > ``` lagent==0.5.0rc1,这三个参数都是给了的。 ![image](https://github.com/user-attachments/assets/e8cf14b1-9f4d-46b8-89f6-6fde6bc60c2d)

> 同问,我在 k8s 中直接起了多个 node_type = master 的 pod,目前正常运行,但不知是否会有潜在的问题。 我也准备直接deployment起多个pod,有啥问题没?