From f30e2c7320ba404aed3d00df4dbc3d88e3b88fd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danie=CC=88l=20de=20Kok?= Date: Thu, 10 Oct 2024 08:28:55 +0000 Subject: [PATCH] Make moe-kernels and marlin-kernels mandatory in CUDA installs --- server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Makefile b/server/Makefile index 9338b299..18424dd6 100644 --- a/server/Makefile +++ b/server/Makefile @@ -31,7 +31,7 @@ install: install-cuda echo "Installed server" install-cuda: install-server install-flash-attention-v2-cuda install-vllm-cuda install-flash-attention install-fbgemm - pip install -e ".[bnb]" + pip install -e ".[bnb,marlin,moe]" pip install nvidia-nccl-cu12==2.22.3 install-rocm: install-server install-flash-attention-v2-rocm install-vllm-rocm