问题描述: k8s环境中,安装了 HAMi。参考 https://www.theriseunion.com/zh/blog/HAMi-ascend-910b-support.html,在 k8s的pod中,使用 npu-smi info 报错。 <img width="883" height="150" alt="Image" src="https://github.com/user-attachments/assets/24583935-de3d-4cf0-9c7a-d83186b8cf14" /> 对应的yaml文件内容如下 <img width="1145" height="657" alt="Image" src="https://github.com/user-attachments/assets/a8d06206-f469-4404-9222-7649d1e38f3b" /> 补充信息:宿主机中的npu-smi info能够正常使用 <img width="1327" height="735" alt="Image" src="https://github.com/user-attachments/assets/04c96c22-77f3-4055-937f-c416cb7e5784" /> 使用kubectl describe node也能看到npu被成功分配 <img width="895" height="553" alt="Image" src="https://github.com/user-attachments/assets/fdd3e2f8-69f8-49aa-b8dd-dae5b838d17f" /> 请问这个问题该如何解决?谢谢