This commit is contained in:
2025-02-23 23:26:52 -05:00
commit aa991e46e7
5 changed files with 20 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
# Kill all processes running on any nvidia gpu on the system
kill $(nvidia-smi | awk '$5=="PID" {p=1} p {print $5}')