# 有点用的工具使用tricks

  1. jupyter notebook中释放显存占用
import os
pid = os.getpid()
!kill -9 $pid
posted @ 2024-05-29 13:55  Aibot  阅读(1)  评论(0编辑  收藏  举报