下载
中文
注册
多机无法拉起DeepSeek-R1模型推理,Failed to init endpoint

多机无法拉起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。

本页内容