You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NVIDIA driver warning dialog should support a "Don't show again" option.
Current dialog:
awaitthis.appWindow.showMessageBox({type: 'warning',title: 'Update NVIDIA Driver',message: 'Your NVIDIA driver may be too old for PyTorch 2.9.1 + cu130.',detail: `Detected driver version: ${driverVersion}\nRecommended minimum: ${NVIDIA_DRIVER_MIN_VERSION}\n\nPlease consider updating your NVIDIA drivers and retrying if you run into issues.`,buttons: ['OK'],});
Request: add a "Don't show again" choice (or checkbox) and persist the user's preference so the warning can be suppressed in future runs.
The NVIDIA driver warning dialog should support a "Don't show again" option.
Current dialog:
Request: add a "Don't show again" choice (or checkbox) and persist the user's preference so the warning can be suppressed in future runs.
┆Issue is synchronized with this Notion page by Unito