We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aeaf93 commit 9115ecdCopy full SHA for 9115ecd
bin/kill_gpu_proc.sh
@@ -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