Skip to content

Conversation

@panpan0000
Copy link
Contributor

@panpan0000 panpan0000 commented Sep 3, 2025

Purpose

FIX #24152

PyNcclConnector is no longer exist. remove it from docs and tests to avoid confusion.

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.

@mergify mergify bot added documentation Improvements or additions to documentation performance Performance-related issues labels Sep 3, 2025
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 effectively removes the deprecated PyNcclConnector and replaces all its occurrences with P2pNcclConnector. The changes span across benchmark scripts, example code, tests, and configuration files. The replacements are consistent and correctly applied, contributing to code cleanup and maintainability. I have reviewed the changes and found no issues.

@panpan0000
Copy link
Contributor Author

@Abatom

Copy link
Member

@hmellor hmellor left a comment

Choose a reason for hiding this comment

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

Thanks for fixing!

@hmellor hmellor enabled auto-merge (squash) September 3, 2025 20:38
@github-actions github-actions bot added the ready ONLY add when PR is ready to merge/full CI is needed label Sep 3, 2025
@hmellor hmellor merged commit b5ee1e3 into vllm-project:main Sep 3, 2025
46 of 48 checks passed
eicherseiji pushed a commit to eicherseiji/vllm that referenced this pull request Sep 9, 2025
FeiDaLI pushed a commit to FeiDaLI/vllm that referenced this pull request Sep 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation performance Performance-related issues ready ONLY add when PR is ready to merge/full CI is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: PyNcclConnector is deprecated, but some docs/tests still use it

2 participants