-
-
Couldn't load subscription status.
- Fork 10.8k
[UX] Change kv-cache-memory log level to debug #25479
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
Conversation
Signed-off-by: Michael Goin <mgoin64@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request changes the log level for a detailed memory usage report from INFO to DEBUG. The log message in question provides a breakdown of memory consumption and suggests an optimal kv_cache_memory setting. The author's rationale is that this log is too noisy for regular use. This change is a reasonable user experience improvement, as users who require this detailed information can enable debug logging. The change is confined to the automatic memory profiling case and seems correct. I approve this change.
Signed-off-by: Michael Goin <mgoin64@gmail.com>
Signed-off-by: Michael Goin <mgoin64@gmail.com> Signed-off-by: charlifu <charlifu@amd.com>
Signed-off-by: Michael Goin <mgoin64@gmail.com> Signed-off-by: yewentao256 <zhyanwentao@126.com>
Signed-off-by: Michael Goin <mgoin64@gmail.com> Signed-off-by: gaojc <1055866782@qq.com>
Signed-off-by: Michael Goin <mgoin64@gmail.com> Signed-off-by: xuebwang-amd <xuebwang@amd.com>
Signed-off-by: Michael Goin <mgoin64@gmail.com>
Signed-off-by: Michael Goin <mgoin64@gmail.com>
Signed-off-by: Michael Goin <mgoin64@gmail.com> Signed-off-by: xuebwang-amd <xuebwang@amd.com>
Purpose
This log is too noisy, long, and I don't understand the value. Let's move it to debug for now
Test Plan
Test Result
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.