Skip to content

Conversation

@njhill
Copy link
Member

@njhill njhill commented Mar 15, 2025

ProcessGroup.Options was removed in torch 2.5: pytorch/pytorch#132931

This affects data parallel. There was also a bug where the test script would exit successfully even if the subprocs fail, which is why we missed this originally.

ProcessGroup.Options was removed in torch 2.6: pytorch/pytorch#132931

Signed-off-by: Nick Hill <[email protected]>
@njhill njhill added bug Something isn't working release-blocker This PR/issue blocks the next release, therefore deserves highest priority labels Mar 15, 2025
@njhill njhill added this to the v0.8.0 milestone Mar 15, 2025
@njhill njhill requested a review from youkaichao March 15, 2025 17:53
@github-actions
Copy link

👋 Hi! Thank you for contributing to the vLLM project.

💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels.

Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run fastcheck CI which starts running only a small and essential subset of CI tests to quickly catch errors. You can run other CI tests on top of those by going to your fastcheck build on Buildkite UI (linked in the PR checks section) and unblock them. If you do not have permission to unblock, ping simon-mo or khluu to add you in our Buildkite org.

Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging.

To run CI, PR reviewers can either: Add ready label to the PR or enable auto-merge.

🚀

@mergify mergify bot added the documentation Improvements or additions to documentation label Mar 15, 2025
@njhill njhill marked this pull request as ready for review March 15, 2025 17:58
@njhill njhill added the ready ONLY add when PR is ready to merge/full CI is needed label Mar 15, 2025
Signed-off-by: Nick Hill <[email protected]>
@simon-mo simon-mo merged commit b82662d into vllm-project:main Mar 16, 2025
35 of 37 checks passed
@njhill njhill deleted the torch-2.6-backend branch March 16, 2025 04:00
DefTruth pushed a commit to DefTruth/vllm that referenced this pull request Mar 17, 2025
lulmer pushed a commit to lulmer/vllm that referenced this pull request Apr 7, 2025
shreyankg pushed a commit to shreyankg/vllm that referenced this pull request May 3, 2025
RichardoMrMu pushed a commit to RichardoMrMu/vllm that referenced this pull request May 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working documentation Improvements or additions to documentation ready ONLY add when PR is ready to merge/full CI is needed release-blocker This PR/issue blocks the next release, therefore deserves highest priority

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants