fix: update selective state Makefile

This commit is contained in:
drbh 2024-02-06 23:37:00 +00:00
parent 50ca04b052
commit 5b30a425f6

View File

@ -24,3 +24,5 @@ build-selective-scan: selective-scan
install-selective-scan: install-causal-conv1d build-selective-scan install-selective-scan: install-causal-conv1d build-selective-scan
pip uninstall selective-scan-cuda -y || true pip uninstall selective-scan-cuda -y || true
cd mamba && pip install . cd mamba && pip install .
build-all: build-causal-conv1d build-selective-scan