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
[Enhance] Suppress import errors for optional optimizers
- Add try-except blocks around optimizer registration to gracefully handle import failures
- Extend ImportError handling to include RuntimeError for CUDA-related issues
- Add warnings.warn to notify users of failed optimizer imports without breaking execution
0 commit comments