Skip to content

Commit f78055c

Browse files
committed
undo requirement varlen for m2 testing
1 parent 662e9ef commit f78055c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ HUGGINGFACE =
5050
# To install on cpu environment (ex. for IDE support):
5151
# MAMBA_FORCE_BUILD=TRUE CAUSAL_CONV1D_FORCE_BUILD=TRUE CAUSAL_CONV1D_SKIP_CUDA_BUILD=TRUE pip install -e ".[CORE,SSM]" --no-build-isolation
5252
SSM =
53-
mamba_ssm[causal-conv1d] @ git+https://github.com/jxiw/varlen_mamba.git@varlen_mamba
53+
mamba_ssm[causal-conv1d]==2.2.4
54+
# mamba_ssm[causal-conv1d] @ git+https://github.com/jxiw/varlen_mamba.git@varlen_mamba
5455
cartesia_pytorch>=0.0.2
5556

5657
# GENERATION =

0 commit comments

Comments
 (0)