From a994f6aeddb873a2da87e2643fbea9a8650ac640 Mon Sep 17 00:00:00 2001 From: OlivierDehaene <23298448+OlivierDehaene@users.noreply.github.com> Date: Tue, 23 Jul 2024 23:31:28 +0200 Subject: [PATCH] hotfix: update nccl --- server/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/server/Makefile b/server/Makefile index af5ffa59..209fc44e 100644 --- a/server/Makefile +++ b/server/Makefile @@ -30,6 +30,7 @@ install: install-cuda install-cuda: install-server install-flash-attention-v2-cuda install-vllm-cuda install-flash-attention install-fbgemm pip install -e ".[bnb]" + pip install nvidia-nccl-cu12==2.22.3 install-rocm: install-server install-flash-attention-v2-rocm install-vllm-rocm