use v2.22.3 that also fixes @samsamoa's repro

This commit is contained in:
fxmarty 2024-06-20 18:12:48 +00:00
parent a76b6f4413
commit 27a3792626

View File

@ -51,8 +51,8 @@ grpcio-tools = "^1.51.1"
pytest = "^7.3.0" pytest = "^7.3.0"
[tool.poetry.group.cuda.dependencies] [tool.poetry.group.cuda.dependencies]
# Fix https://github.com/NVIDIA/nccl/issues/1251 bug in nccl 2.20.5 bundled with PyTorch 2.3, nccl 2.21 appears to fix the issue. # Fix https://github.com/NVIDIA/nccl/issues/1251 bug in nccl 2.20.5 bundled with PyTorch 2.3, nccl 2.22.3 appears to fix the issue.
nvidia-nccl-cu12 = "==2.21.5" nvidia-nccl-cu12 = "==2.22.3"
[[tool.poetry.source]] [[tool.poetry.source]]
name = "pytorch-gpu-src" name = "pytorch-gpu-src"