Created
April 10, 2015 21:35
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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