Skip to content

Commit 9115ecd

Browse files
committed
utils to kill gpu proc
1 parent 0aeaf93 commit 9115ecd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/kill_gpu_proc.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env bash
2+
3+
ps -aux |grep train |awk '{print $2}'|xargs -n1 kill -9

0 commit comments

Comments
 (0)