AI-Scientist / reinstall-gpu-drivers.sh
pradachan's picture
Upload reinstall-gpu-drivers.sh with huggingface_hub
608da9c verified
raw
history blame contribute delete
171 Bytes
#!/bin/bash
echo "this will reinstall all nvidia drivers again..."
sudo apt-get purge nvidia*
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt update
nvidia-smi