-
-
Notifications
You must be signed in to change notification settings - Fork 12.1k
[Bugfix] Improve EPLB config validation error message #24524
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: Tyler Michael Smith <tyler@neuralmagic.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 aims to improve a configuration validation error message. However, the implementation appears to have a bug: the f-string prefix is missing, which will cause the error message to display a literal variable name instead of its value. I've added a comment with a suggested fix.
yewentao256
left a comment
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.
LGTM, thanks for the work!
…4524) Signed-off-by: Tyler Michael Smith <tyler@neuralmagic.com>
…4524) Signed-off-by: Tyler Michael Smith <tyler@neuralmagic.com>
…4524) Signed-off-by: Tyler Michael Smith <tyler@neuralmagic.com> Signed-off-by: xuebwang-amd <xuebwang@amd.com>
…4524) Signed-off-by: Tyler Michael Smith <tyler@neuralmagic.com> Signed-off-by: xuebwang-amd <xuebwang@amd.com>
Purpose
Fix #24523
Test Plan
Test Result