-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
[Misc]: Typo fix: Renaming classes (casualLM -> causalLM) #9801
Conversation
👋 Hi! Thank you for contributing to the vLLM project. Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can do one of these:
🚀 |
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.
Good catch. :-)
Can you update your commit messages to include a Signed-off-by
header? You can use git commit --amend -s
to add it automatically to a given commit.
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, I can manually sign for you if the checks are green
Signed-off-by: Yannick Schnider <[email protected]>
Signed-off-by: Yannick Schnider <[email protected]>
cbd9d7a
to
845d1c2
Compare
thanks, I did update my commit messages to include the |
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
…ct#9801) Signed-off-by: Yannick Schnider <[email protected]> Signed-off-by: Randall Smith <[email protected]>
…ct#9801) Signed-off-by: Yannick Schnider <[email protected]> Signed-off-by: NickLucche <[email protected]>
…ct#9801) Signed-off-by: Yannick Schnider <[email protected]> Signed-off-by: NickLucche <[email protected]>
…ct#9801) Signed-off-by: Yannick Schnider <[email protected]>
…ct#9801) Signed-off-by: Yannick Schnider <[email protected]> Signed-off-by: Linkun Chen <[email protected]>
…ct#9801) Signed-off-by: Yannick Schnider <[email protected]>
…ct#9801) Signed-off-by: Yannick Schnider <[email protected]> Signed-off-by: Loc Huynh <[email protected]>
…ct#9801) Signed-off-by: Yannick Schnider <[email protected]> Signed-off-by: Sumit Dubey <[email protected]>
Renaming classes to fix typo: casualLM -> causalLM
FIX #9799
OpenVINOCasualLM
->OpenVINOCausalLM
NeuronCasualLM
->NeuronCausalLM