Skip to content

fix QERL attention import path#33432

Merged
vllm-bot merged 2 commits intovllm-project:mainfrom
vkuzo:20260130_fix_qerl
Jan 30, 2026
Merged

fix QERL attention import path#33432
vllm-bot merged 2 commits intovllm-project:mainfrom
vkuzo:20260130_fix_qerl

Conversation

@vkuzo
Copy link
Contributor

@vkuzo vkuzo commented Jan 30, 2026

Summary:

#32133 missed a rebase on #32064, fixing the attention path import

Test Plan:

// before this PR, the test runner failed because the old attention
// import path no longer exists
pytest tests/quantization/test_fp8.py -s -x

Reviewers:

Subscribers:

Tasks:

Tags:

Purpose

Test Plan

Test Result


Essential Elements of an Effective PR Description Checklist
  • The purpose of the PR, such as "Fix some issue (link existing issues this PR will resolve)".
  • The test plan, such as providing test command.
  • The test results, such as pasting the results comparison before and after, or e2e results
  • (Optional) The necessary documentation update, such as updating supported_models.md and examples for a new model.
  • (Optional) Release notes update. If your change is user facing, please update the release notes draft in the Google Doc.

Summary:

vllm-project#32133 missed a rebase
on vllm-project#32064,
fixing the attention path import

Test Plan:

```bash
// before this PR, the test runner failed because the old attention
// import path no longer exists
pytest tests/quantization/test_fp8.py -s -x
```

Reviewers:

Subscribers:

Tasks:

Tags:

Signed-off-by: vasiliy <vasiliy@fb.com>
@vkuzo vkuzo requested a review from 22quinn as a code owner January 30, 2026 16:23
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a 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 correctly fixes the import path for Attention and MLAAttention in vllm/model_executor/model_loader/reload/layerwise.py. This change is a necessary fix following a recent refactoring where attention-related modules were moved. The updated import paths are correct and resolve the issue described. The change is straightforward and looks good.

@ProExpertProg ProExpertProg enabled auto-merge (squash) January 30, 2026 16:34
@github-actions github-actions bot added the ready ONLY add when PR is ready to merge/full CI is needed label Jan 30, 2026
Signed-off-by: Michael Goin <mgoin64@gmail.com>
@mgoin mgoin mentioned this pull request Jan 30, 2026
5 tasks
Copy link
Member

@mgoin mgoin left a comment

Choose a reason for hiding this comment

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

Thanks!

@mgoin mgoin added the ci-failure Issue about an unexpected test failure in CI label Jan 30, 2026
@vllm-bot vllm-bot merged commit 3f96fcf into vllm-project:main Jan 30, 2026
7 of 12 checks passed
PiratePai pushed a commit to PiratePai/epd_shm that referenced this pull request Feb 3, 2026
Signed-off-by: vasiliy <vasiliy@fb.com>
Signed-off-by: Michael Goin <mgoin64@gmail.com>
Co-authored-by: Michael Goin <mgoin64@gmail.com>
Signed-off-by: Pai <416932041@qq.com>
ItzDEXX pushed a commit to ItzDEXX/vllm that referenced this pull request Feb 19, 2026
Signed-off-by: vasiliy <vasiliy@fb.com>
Signed-off-by: Michael Goin <mgoin64@gmail.com>
Co-authored-by: Michael Goin <mgoin64@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-failure Issue about an unexpected test failure in CI ready ONLY add when PR is ready to merge/full CI is needed

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants