From 5b30a425f6189c0b336c13cf64fb393423cacbac Mon Sep 17 00:00:00 2001 From: drbh Date: Tue, 6 Feb 2024 23:37:00 +0000 Subject: [PATCH] fix: update selective state Makefile --- server/Makefile-selective-scan | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/Makefile-selective-scan b/server/Makefile-selective-scan index cf724d55..f4dec868 100644 --- a/server/Makefile-selective-scan +++ b/server/Makefile-selective-scan @@ -24,3 +24,5 @@ build-selective-scan: selective-scan install-selective-scan: install-causal-conv1d build-selective-scan pip uninstall selective-scan-cuda -y || true cd mamba && pip install . + +build-all: build-causal-conv1d build-selective-scan \ No newline at end of file