Ubuntu GPU memory 비우기

sshinohs·2022년 11월 25일
0

GPU Process가 없는데 무언가가 GPU memory를 차지하고 있을 때

for i in $(lsof /dev/nvidia0 | grep python | awk '{print $2}' | sort -u); do kill -9 $i; done

profile
sshinohs

0개의 댓글

관련 채용 정보