Skip to content

[Cleanup] Enable stale advanced_model marker post-#1272 and fix typo#3712

Open
bitborne wants to merge 1 commit into
vllm-project:mainfrom
bitborne:fix/stale-todo-and-typo
Open

[Cleanup] Enable stale advanced_model marker post-#1272 and fix typo#3712
bitborne wants to merge 1 commit into
vllm-project:mainfrom
bitborne:fix/stale-todo-and-typo

Conversation

@bitborne
Copy link
Copy Markdown
Contributor

Summary

This PR addresses two minor cleanup items found during codebase exploration:

  1. Enable @pytest.mark.advanced_model marker
    tests/diffusion/distributed/test_sequence_parallel.py had a TODO comment indicating that @pytest.mark.advanced_model should be uncommented after PR [Test] L2 & L3 Test Case Stratification Design for Omni Model #1272 is merged. Since [Test] L2 & L3 Test Case Stratification Design for Omni Model #1272 has already been merged, this marker is now enabled.

  2. Fix typo in gguf adapter
    Fixed implemnentationimplementation in vllm_omni/diffusion/model_loader/gguf_adapters/base.py.

Changes

  • tests/diffusion/distributed/test_sequence_parallel.py: Removed TODO comment and uncommented @pytest.mark.advanced_model
  • vllm_omni/diffusion/model_loader/gguf_adapters/base.py: Fixed spelling typo in FIXME comment

Signed-off-by: Schatten czhengt@qq.com

…nd fix typo

- Uncomment @pytest.mark.advanced_model in test_sequence_parallel.py

  since PR vllm-project#1272 has already been merged.

- Fix 'implemnentation' -> 'implementation' in gguf_adapters/base.py

Signed-off-by: Schatten <czhengt@qq.com>
@chatgpt-codex-connector
Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

Copy link
Copy Markdown
Collaborator

@hsliuustc0106 hsliuustc0106 left a comment

Choose a reason for hiding this comment

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

LGTM


# TODO: After PR#1272 is merged, add markers
# @pytest.mark.advanced_model
@pytest.mark.advanced_model
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@yenuo26 PTAL

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.

2 participants