From c6dd5d0e22d1596859bb119eb42c4186a0047314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Mon, 10 Mar 2025 14:36:58 +0000 Subject: [PATCH] Download kernels in `install-cuda` target --- server/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/server/Makefile b/server/Makefile index 0db6f89b..3abc917e 100644 --- a/server/Makefile +++ b/server/Makefile @@ -39,6 +39,7 @@ install: install-cuda install-cuda: install-server install-flash-attention-v2-cuda install-flash-attention uv pip install -e ".[attention,bnb,marlin,moe]" uv pip install nvidia-nccl-cu12==2.22.3 + kernels download . install-rocm: install-server install-flash-attention-v2-rocm install-vllm-rocm