The NVIDIA driver on your system is too old

We are running a Space on HF which is based on Meta’s Audiocraft. This model is currently running on the A10G large GPU. The space was working fine for a long time but recently we keep getting the following RuntimeError:

RuntimeError: The NVIDIA driver on your system is too old (found version 11040). Please update your GPU driver by downloading and installing a new version from the URL: http://www.nvidia.com/Download/index.aspx Alternatively, go to: https://pytorch.org to install a PyTorch version that has been compiled with your version of the CUDA driver.

Can you please assist us in fixing this issue?

1 Like

The error indicates a mismatch between your CUDA driver and CUDA runtime version. You can try downgrading to an older version of PyTorch to see if it solves your problem in your space.