Replies: 2 comments 3 replies
|
I would accept a PR to clean this up |
1 reply
|
I do not agree with the reasoning behind this change. Quantization information is well known, and it doesn't clutter the UI at all. It is very useful information. Removing it is a change for the worse and debug mode is not easy to turn on. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Right now, the model download cards display the specific quantization format next to the file size (e.g., Q8_0). While Handy does a fantastic job of keeping the interface accessible with intuitive "accuracy" and "speed" progress bars, the raw quantization string feels like unnecessary technical jargon for the average user. Most non-technical users won't know what it means, nor do they need to care, as the download size and performance bars already give them all the practical context they need.
I propose hiding the quantization label by default to declutter the UI. It could still be shown in "Debug Mode" if it is explicitly enabled in the application.
All reactions