-
-
Notifications
You must be signed in to change notification settings - Fork 11.7k
Fix nits from #20059 #23548
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 nits from #20059 #23548
Conversation
Signed-off-by: Harry Mellor <[email protected]>
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 introduces two small cleanups in vllm/config/compilation.py. The first change improves the markdown formatting of a docstring for better readability. The second change removes a now-obsolete workaround involving a redundant str() cast in the __repr__ method. Both changes are positive improvements to code quality and I have no further suggestions.
Signed-off-by: Harry Mellor <[email protected]> Signed-off-by: tc-mb <[email protected]>
Signed-off-by: Harry Mellor <[email protected]>
Signed-off-by: Harry Mellor <[email protected]> Signed-off-by: Xiao Yu <[email protected]>
Signed-off-by: Harry Mellor <[email protected]>
Signed-off-by: Harry Mellor <[email protected]>
Signed-off-by: Harry Mellor <[email protected]>
Nits from #20059: