Skip to content
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

Merged
merged 3 commits into from
Mar 28, 2024

Conversation

simon-mo
Copy link
Collaborator

Showing

INFO 03-28 21:39:58 block_manager_v1.py:239] disable automatic prefix caching

Is not good UX. the message for feature flags should be informative.

logger.info("flash_attn is not found.")
logger.info(
"Cannot use FlashAttention because the package is not found. "
"Please install it for better performance.")
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@WoosukKwon is this true?

@simon-mo simon-mo added the release-blocker This PR/issue blocks the next release, therefore deserves highest priority label Mar 28, 2024
Copy link
Collaborator

@rkooo567 rkooo567 left a 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?

@simon-mo
Copy link
Collaborator Author

hard to centralize :(

@simon-mo simon-mo enabled auto-merge (squash) March 28, 2024 23:14
@simon-mo simon-mo merged commit 4716a32 into vllm-project:main Mar 28, 2024
34 checks passed
xjpang pushed a commit to xjpang/vllm that referenced this pull request Mar 31, 2024
Temirulan pushed a commit to Temirulan/vllm-whisper that referenced this pull request Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-blocker This PR/issue blocks the next release, therefore deserves highest priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants