-
Notifications
You must be signed in to change notification settings - Fork 139
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
bug: "Recommended" labels don't autoupdate when user toggles CPU and GPU modes #1142
Comments
Assigning this to @hiento09 since we are still investigating how to display the Memory value when using Vulkan support 🙏 |
Adding the script from contributor for future reference: https://discord.com/channels/1107178041848909847/1213048058955300934/1243533268620541954 |
Should be solved once we complete #1108 |
I'll mark this as duplicate & should be a user story of the #1108 epic |
Handling this bug as part of #1165 |
This is an app bug where it does not reset other settings when the experimental feature is toggled off. Scenarios:
Bug fix: Regarding the issue where app could not get Vulkan device VRAM which is not scoped by the issue, it should be a part of #1165
|
@louis-jan I think we should handle this as part of a larger sprint on Hardware Detection, "llama.cpp version switching": |
This is a combination of 2 issues
@louis-jan can I check if the app bug is pending or resolved? (and tag which issue) I propose we use this issue for the app bug. |
This should be handled by #1108. Closing for now |
Bug Description
By default Jan will choose CPU mode. My local AI models are marked as "Recommended".
When enabling Experimental Mode and Vulkan support, all local models are marked as "Slow on your device" (probably due to my GPU's 4GB of VRAM).
After disabling Vulkan support and Experimental Mode (returning to the default settings), all local models will still appear as "Slow on your device" and will fail to start.
Steps to reproduce
Local models appear as "Recommended"
Local models will now appear as "Slow on your device"
Local models will still be marked as "Slow on your device" despite having returned to the default settings.
Expected behavior
After disabling Experimental and Vulkan settings, all local models will return to the previous state and appear as "Recommended" (if they ever did in the first place).
Environment details
Solution
Settings > Advanced Settings > Reset to Factory Default
Then, you can import your models again and they will run using the default CPU mode (just like it did at the start, before changing any Experimental or Vulkan settings), and they will be marked as "Recommended".
The text was updated successfully, but these errors were encountered: