From 80087783a5c4d37cb3db6f43f0ef8d243a829cc4 Mon Sep 17 00:00:00 2001 From: OlivierDehaene <23298448+OlivierDehaene@users.noreply.github.com> Date: Thu, 18 Jul 2024 16:34:43 +0200 Subject: [PATCH] fix makefile --- server/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/server/Makefile b/server/Makefile index e9b16aec..dbda4861 100644 --- a/server/Makefile +++ b/server/Makefile @@ -20,7 +20,7 @@ gen-server: install-server: gen-server pip install pip --upgrade - pip install -r requirements_cuda.txt + pip install -r requirements_intel.txt pip install -e ".[accelerate, quantize, peft, outlines]" @@ -28,7 +28,8 @@ install: install-cuda echo "Installed server" install-cuda: install-server install-flash-attention-v2-cuda install-vllm-cuda install-flash-attention - pip install -e ".[bnb]" + pip install -r requirements_cuda.txt + pip install -e ".[cuda, bnb]" install-rocm: install-server install-flash-attention-v2-rocm install-vllm-rocm