mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
use v2.22.3 that also fixes @samsamoa's repro
This commit is contained in:
parent
a76b6f4413
commit
27a3792626
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user