diff --git a/ascend_deployer/module_utils/check_output_manager.py b/ascend_deployer/module_utils/check_output_manager.py index 8d7a23cfe340c64ac421c62e0dffac8f8111b428..0d125af9ab63fefc49c3bdc9771e871a2d40a4c5 100644 --- a/ascend_deployer/module_utils/check_output_manager.py +++ b/ascend_deployer/module_utils/check_output_manager.py @@ -309,8 +309,8 @@ CHECK_JSON_DATA = { "check_item": "check_npu_installed", "desc_en": "Check whether npu is installed: execute the npu-smi info command to see if an error is reported.", "desc_zh": "检查npu是否安装:执行npu-smi info命令是否报错。", - "tip_en": "Run the npu-smi info command to troubleshoot.", - "tip_zh": "执行npu-smi info命令排查即可。", + "tip_en": "After logging in to the device, perform npu-smi info on the device.", + "tip_zh": "登录设备后在设备上执行npu-smi info命令排查即可。", "help_url": "" }, "check_mindie_image": { @@ -373,8 +373,8 @@ CHECK_JSON_DATA = { "desc_en": "Check whether the driver is normal and judge " "whether the npu-smi info command is executed successfully.", "desc_zh": "检查驱动是否正常,通过npu-smi info命令是否执行成功判断。", - "tip_en": "Just execute npu-smi info to troubleshoot.", - "tip_zh": "执行npu-smi info排查即可。", + "tip_en": "After logging in to the device, perform npu-smi info on the device.", + "tip_zh": "登录设备后在设备上执行npu-smi info排查即可。", "help_url": "" }, "check_npu_health": { @@ -386,8 +386,8 @@ CHECK_JSON_DATA = { "desc_zh": "检查NPU健康状态:" "1、检查驱动是否正常,通过npu-smi info命令是否执行成功判断," "2、查看npu-smi info回显,判断状态是否有非OK的卡。", - "tip_en": "Just execute npu-smi info to troubleshoot.", - "tip_zh": "执行npu-smi info排查即可。", + "tip_en": "After logging in to the device, perform npu-smi info on the device.", + "tip_zh": "登录设备后在设备上执行npu-smi info排查即可。", "help_url": "" } }