Created
January 1, 2025 15:59
-
-
Save VMatrix1900/63d039e205173e88ccc7ce533fafdf22 to your computer and use it in GitHub Desktop.
Setup NV GPU Mode
This file contains 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
cd /usr/share/doc/NVIDIA_GLX-1.0/samples/ | |
bzip2 -d nvidia-persistenced-init.tar.bz2 | |
tar xopf nvidia-persistenced-init.tar | |
cd nvidia-persistenced-init/ | |
./install.sh | |
sudo nvidia-smi -lgc 1400 | |
sudo nvidia-smi -pl 200 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment