智能边缘平台 IEF
智能边缘平台 IEF
- 最新动态
- 服务公告
- 产品介绍
- 快速入门
- 用户指南
- 最佳实践
- API参考
- SDK参考
- Edgectl使用指南
- 合作伙伴对接指南
- 常见问题
- 视频帮助
- 文档下载
- 通用参考
链接复制成功!
NPU设备检查
功能
检查节点是否存在npu设备。
语法
edgectl check npu
参数说明
无
使用示例
检查节点NPU设备:
edgectl check npu
示例执行结果:
ERROR6301: please confirm that this node has npu device. npu device check failed. npu check failed.
检查成功返回结果:
+--------------------+ | NPU check succeed. | +--------------------+
检查失败返回结果:
ERROR6301: Confirm that this node has NPU devices. For more information, see IEF documentation. +-------------------+ | NPU check failed. | +-------------------+
检查失败时,会打印错误码,用户可以根据错误码在所提供的文档链接中获取相应帮助。
父主题: 单独项检查