-
Notifications
You must be signed in to change notification settings - Fork 201
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The NVIDIA driver warning dialog should support a "Don't show again" option.
Current dialog:
await this.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.
┆Issue is synchronized with this Notion page by Unito
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request