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

[Quality] Add code formatter and linter #326

Merged
merged 17 commits into from
Jul 3, 2023
Merged

[Quality] Add code formatter and linter #326

merged 17 commits into from
Jul 3, 2023

Conversation

zhuohan123
Copy link
Member

@zhuohan123 zhuohan123 commented Jul 1, 2023

Partially fix #57. Adding formatter and linter.

TODO: Add formatter into CI.

@zhuohan123 zhuohan123 changed the title [Quality] Add code formatter and linter [Quality] [WIP] Add code formatter and linter Jul 1, 2023
@zhuohan123 zhuohan123 changed the title [Quality] [WIP] Add code formatter and linter [Quality] Add code formatter and linter Jul 2, 2023
@zhuohan123 zhuohan123 requested a review from WoosukKwon July 2, 2023 15:47
@zhuohan123
Copy link
Member Author

@WoosukKwon This PR is ready for review. Let's decide when is a good time to merge the formatter.

Copy link
Collaborator

@WoosukKwon WoosukKwon left a comment

Choose a reason for hiding this comment

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

@zhuohan123 Thanks for the hard work! Left some comments.

Copy link
Collaborator

@WoosukKwon WoosukKwon left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks again for the hard work!

@zhuohan123 zhuohan123 merged commit d6fa1be into main Jul 3, 2023
@zhuohan123 zhuohan123 deleted the formatter branch July 3, 2023 21:51
@lonngxiang
Copy link

how to add history argument?

hongxiayang pushed a commit to hongxiayang/vllm that referenced this pull request Feb 13, 2024
yukavio pushed a commit to yukavio/vllm that referenced this pull request Jul 3, 2024
SUMMARY:
* updated hf lm-eval gsm baseline script to use accelerate, enabling us
to generate baselines on big models'
* added vllm lm-eval gsm baseline script for scenarios that hf does not
support (e.g. fp8)
* added lm-eval GSM model configs for broad set of models (small +
large)
* refactored smoke / full configs to reference the model configs +
trigger one test at a time
* refactored lm-eval accuracy test to avoid using ray to launch server,
which caused issues cleaning up in server case
* moved configs into `.github` folder so they are closer to the scripts

FOLLOW UP PRS:
* enable distributed
* enable H100 for large models
* eliminate the `neuralmagic` directory
jikunshang pushed a commit to jikunshang/vllm that referenced this pull request Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add code formatting script & Add CI to check code format
3 participants