Skip to content

Instantly share code, notes, and snippets.

@gregjhogan
Last active October 20, 2022 19:57
Show Gist options
  • Save gregjhogan/f1c2417a2af5852c2490e8279a7fb141 to your computer and use it in GitHub Desktop.
Save gregjhogan/f1c2417a2af5852c2490e8279a7fb141 to your computer and use it in GitHub Desktop.
reload nvidia drivers
sudo systemctl stop nvidia-persistenced.service
# only works if nothing is using the GPU
sudo rmmod nvidia_drm nvidia_uvm nvidia_modeset nvidia
nvidia-smi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment