-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: MVP - Better error handling for Nvidia driver and CUDA toolkit #2619
Comments
Since we will be working on the I would prefer to focus solely on AC:
We have also scaled down the scope for the scenario where the Nvidia driver is missing. Users will not be able to enable GPU acceleration without a properly installed Nvidia driver This behavior is consistent with our |
As it is urgent & important to cut release, i'd go with your decision now because the way i did is not correct either (needs to have a full epic, which im gonna discuss with Daniel & Hiro this afternoon to cover this). We need a bandage anw, let's go with what's easier for you. |
Problem
Users encounter difficulties when attempting to run GPU due to missing dependencies / driver. We need to help users bypass issues via the download for dll and guideline within the application, reducing frustration caused by missing dependencies.
Success Criteria for Nvidia Driver MVP
Success Criteria for CUDA toolkit MVP
Sample copy
For CUDA Toolkit:
Error:
The CUDA toolkit may be unavailable. Please use the 'Install Additional Dependencies' setting to proceed with the download / installation process.
Description (if any):
Initiates the download and installation process for optional dependencies. Use this setting if you encounter errors related to CUDA toolkit during application execution.
For Nvidia Driver:
Error:
Problem with Nvidia drivers. Please follow the 'Nvidia Drivers guideline' to access installation instructions and ensure proper functioning of the application.
Description (if any):
Provides guidance on downloading and installing Nvidia drivers, which are crucial for optimal performance of the application via GPU. Use this document if you encounter issues related to missing or outdated Nvidia drivers during application execution.
The text was updated successfully, but these errors were encountered: