添加远端集群IP信息。
append_remote_ip_info(ip, port)
参数名称
数据类型
取值说明
ip
Union[str, int]
对端集群Device卡IP。
port
int
对端集群Device卡端口。
1 2
llm_cluster = LLMClusterInfo() llm_cluster.append_remote_ip_info("1.1.1.1", 10000)
无