# 有點用的工具使用tricks

Aibot發表於2024-05-29
  1. jupyter notebook中釋放視訊記憶體佔用
import os
pid = os.getpid()
!kill -9 $pid

相關文章