[CD][CUDA13][NCCL] Fix nccl version typo for cu13 (#164383)

https://pypi.org/project/nvidia-nccl-cu13/#history does not have 2.27.5 but 2.27.7+.
Companion PR: https://github.com/pytorch/pytorch/pull/164352

Fixes a potential binary breakage due to non-existence of referenced NCCL cu13 version.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/164383
Approved by: https://github.com/tinglvv, https://github.com/Skylion007, https://github.com/atalman
This commit is contained in:
Wei Wang
2025-10-01 21:32:25 +00:00
committed by PyTorch MergeBot
parent 7320f44cdc
commit 773c6762b8
4 changed files with 16 additions and 16 deletions

View File

@ -1 +1 @@
v2.27.5-1
v2.27.7-1