产品 |
是否支持 |
---|---|
√ |
|
x |
|
x |
|
x |
|
x |
添加远端集群IP信息。
1 | 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) |
正常情况下无返回值。
参数错误可能抛出TypeError或ValueError。
无