Skip to content

Instantly share code, notes, and snippets.

@jhurliman
Created May 4, 2023 03:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhurliman/188c32dd09c143b08379e86f76ab8bc5 to your computer and use it in GitHub Desktop.
Save jhurliman/188c32dd09c143b08379e86f76ab8bc5 to your computer and use it in GitHub Desktop.
Shell alias to kill all processes using the GPU. Only for headless NVIDIA GPU machines!
alias killgpu='nvidia-smi --query-compute-apps=pid --format=csv,noheader | xargs --no-run-if-empty sudo kill'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment