## PR Description FIX #xxxx --- ## Checklist (Required) Before submitting this PR, please ensure that all the following items are completed: - [ ] All code changes pass the [`pre-commit`](https://github.com/baidu/vLLM-Kunlun/blob/main/CONTRIBUTING.md) checks. - [ ] Commits are signed off using `git commit -s`. - [ ] The PR title is properly classified (see below). --- ## PR Type Please prefix the PR title with one or more of the following labels to help reviewers quickly understand the nature of the change: - `[Feature]` – New features or enhancements (e.g. Attention, Communicator, Kernel, Worker, etc.) - `[Bugfix]` – Bug fixes - `[CI/Build]` – CI, build system, or infrastructure improvements - `[Doc]` – Documentation updates or fixes - `[Misc]` – Other changes that do not fit the above categories (use sparingly) > **Note:** If the PR spans multiple categories, include all relevant prefixes. ---
Detailed Checklist (Click to Expand)

Thank you for contributing to vLLM Kunlun! To help us maintain high code quality and streamline the review process, please ensure your PR meets the following requirements.

1. Code Quality

2. Testing

3. DCO Compliance

This project follows the Developer Certificate of Origin (DCO).

4. Review Expectations

During the review process, maintainers may:

We appreciate your patience and collaboration throughout the review process!