-
Notifications
You must be signed in to change notification settings - Fork 0
fix: make vllm --version
work
#1
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
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.
cc @Chen-0210
if isinstance(cls, type): | ||
return cls.__module__ != "builtins" | ||
return 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.
is this correct?
@davidxia Great job on this—thanks a lot! |
@Chen-0210 thanks for merging. I forgot to sign off on the commit. If you give me write access to your fork, I can amend my commit. Maybe also fix the conflicts if you'd like. |
Sure, I’ve sent you an invitation. With the latest update, speed may have improved. Could you update your test to reflect the changes? |
Thanks so much. Will do! |
No description provided.