Skip to content

Instantly share code, notes, and snippets.

@srvm
Created April 10, 2015 21:35
Show Gist options
  • Select an option

  • Save srvm/a07c86afbc920857f362 to your computer and use it in GitHub Desktop.

Select an option

Save srvm/a07c86afbc920857f362 to your computer and use it in GitHub Desktop.
Script to enable persistence mode and allow non-root users to change frequencies on NVIDIA Tesla GPUs
#!/bin/bash
nvidia-smi -acp UNRESTRICTED -i 0
nvidia-smi -pm ENABLED -i 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment