多机无法拉起DeepSeek-R1模型推理,Failed to init endpoint
2025/03/04
2.2k
问题信息
问题来源 | 产品大类 | 关键字 |
---|---|---|
现网 | 模型推理 | TLS,HCCL,AllReduce,通信,DeepSeek,推理 |
问题现象描述
MindIE推理启服务出现 Failed to init endpoint! Please check the service log or console output.
原因分析
开启 HTTPS,但未设置证书导致的问题。
解决措施
1. httpsEnabled 设置的true,如果为true的情况下需要配置证书,请检查证书配置是否正确。证书配置请参考MindIE 社区文档:https://www.hiascend.com/document/detail/zh/mindie/100/mindieservice/servicedev/mindie_service0312.html
2. 将httpsEnabled 修改为false。