使用npu-smi info查看显存时发现Python进程残留

问题描述

问题分析

python自身fork子进程不退出,可单击Link进行参考。

处理方法

Python进程残留,需要终止Python进程。

pkill -9 python