-
-
Notifications
You must be signed in to change notification settings - Fork 11.7k
Deprecate V0 #21690
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
Deprecate V0 #21690
Conversation
Signed-off-by: Woosuk Kwon <[email protected]>
|
👋 Hi! Thank you for contributing to the vLLM project. 💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels. Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run 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 either: Add 🚀 |
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 is a large-scale effort to deprecate and remove V0 code, which is reflected in the numerous file deletions and updates to the CI pipeline. The changes look good and are consistent with the goal of deprecating V0.
I have one piece of feedback regarding a commented-out test in the Buildkite pipeline configuration. Commenting out tests can obscure potential issues, so it's better to either remove them if they're obsolete or add a TODO to track their re-enablement.
| # - label: Encoder Decoder tests # 5min | ||
| # mirror_hardwares: [amdexperimental, amdproduction] | ||
| # source_file_dependencies: | ||
| # - vllm/ | ||
| # - tests/encoder_decoder | ||
| # commands: | ||
| # - pytest -v -s encoder_decoder |
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.
Commenting out tests is generally discouraged as it can hide breakages and regressions. If these Encoder Decoder tests are temporarily disabled, it would be better to add a TODO with a ticket number to track re-enabling them. If they are no longer needed as part of the V0 deprecation, they should be removed entirely to keep the pipeline configuration clean.
Signed-off-by: Woosuk Kwon <[email protected]>
Signed-off-by: Woosuk Kwon <[email protected]>
Signed-off-by: Woosuk Kwon <[email protected]>
|
This pull request has merge conflicts that must be resolved before it can be |
No description provided.