Skip to content

Test: add trailing period in CONTRIBUTING.md#3

Merged
lishunyang12 merged 1 commit into
mainfrom
test-claude-bot
Apr 16, 2026
Merged

Test: add trailing period in CONTRIBUTING.md#3
lishunyang12 merged 1 commit into
mainfrom
test-claude-bot

Conversation

@lishunyang12
Copy link
Copy Markdown
Owner

Trivial test PR to verify the Claude Code Review workflow triggers correctly on new PRs after merging #2.

Signed-off-by: lishunyang <lishunyang12@163.com>
@lishunyang12
Copy link
Copy Markdown
Owner Author

@claude please review this PR

@lishunyang12 lishunyang12 merged commit 8812b68 into main Apr 16, 2026
2 checks passed
lishunyang12 added a commit that referenced this pull request Apr 19, 2026
… in pipeline.py

Moves pipeline declarations to vllm_omni/config/pipeline_registry.py (one
dict per category, keyed by model_type -> (module, var)), mirroring vLLM's
models/registry.py. _PIPELINE_REGISTRY is now a lazy proxy that imports the
module on first lookup, so a missed registration is impossible to hide in a
per-model pipeline.py.

- New: vllm_omni/config/pipeline_registry.py (_OMNI_PIPELINES,
  _DIFFUSION_PIPELINES, union _VLLM_OMNI_PIPELINES)
- stage_config: replace dict _PIPELINE_REGISTRY with _LazyPipelineRegistry;
  drop the now-unnecessary _discover_all_pipelines walk.
- qwen2_5_omni / qwen3_omni / qwen3_tts pipeline.py: remove
  register_pipeline() self-calls; pipelines are declared centrally now.
- register_pipeline() kept public for plugins/tests; dynamic registrations
  override the central entry.

Addresses vllm-project#2887 item 4 and vllm-project#2383 (comment).
Preparatory work for #3/N (17 single-stage diffusion models).

Signed-off-by: lishunyang <lishunyang12@163.com>
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.

1 participant