Skip to content

求助:用容器的host模式成功完成ray集群启动,但是尝试集群模式代码运行总是报错 #1435

Answered by Chrisdehe
MapleleavesCX asked this question in Q&A
Discussion options

You must be logged in to vote

@MapleleavesCX 嗨,看起来你可能将仿真部署和生产部署混淆了。

  • 如果你希望使用仿真模式,只需要一侧启动代码即可。

  • 如果你希望使用生产模式,
    sf.init(parties=['alice', 'bob'], address='192.168.211.129:9000')
    两侧的代码需要更改参数为:
    sf.init(address='alice/bob ray head node address', cluster_config=cluster_config)

请注意,两种模式下Ray的启动命令有所不同,你可在部署页面查看详细信息。
——————————————————————————————
另外,如果问题依然没有解决,可以考虑联系SecretFlow的技术支持(WeChat:secretflow02)来获取一对一的帮助。

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Chrisdehe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants