-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
fix logging msg for block manager #3701
Conversation
logger.info("flash_attn is not found.") | ||
logger.info( | ||
"Cannot use FlashAttention because the package is not found. " | ||
"Please install it for better performance.") |
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.
@WoosukKwon is this true?
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.
Nit: Actually wonder if this kind of feature should be just all centralized in 1 logging msg instead of individual ones like this?
hard to centralize :( |
Showing
Is not good UX. the message for feature flags should be informative.