Fixed local AI failing to load on some otherwise compatible devices. Loading no longer stops unnecessarily when system information checks fail or outdated startup records remain.
Fixed local AI loading being blocked when VRAM usage could not be estimated. The app can now attempt to load the model when an estimate is unavailable, while retaining the existing checks for insufficient VRAM.
Fixed local AI reload remaining blocked after a stop timed out. Once the previous model process has exited, loading can be retried without restarting the app.
Fixed misleading local AI failure messages. Model and component errors are no longer incorrectly presented as GPU or VRAM failures, and reopening Settings preserves the latest failure details.
Improvements
Improved logging when local AI fails to load. The original failure reasons are retained more reliably to help diagnose loading problems.