drboog / Shifted_Diffusion

Code for Shifted Diffusion for Text-to-image Generation (CVPR 2023)
Creative Commons Zero v1.0 Universal
159 stars 11 forks source link

RuntimeError: The NVIDIA driver on your system is too old #13

Open AndreJJXu opened 10 months ago

AndreJJXu commented 10 months ago

When I run the project, an error occurs, indicating “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.”. My current CUDA version is 11.1. I would like to inquire about the CUDA version the author used when running it initially. Thanks~