We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f78055c commit eb8a54eCopy full SHA for eb8a54e
setup.cfg
@@ -50,8 +50,7 @@ HUGGINGFACE =
50
# To install on cpu environment (ex. for IDE support):
51
# MAMBA_FORCE_BUILD=TRUE CAUSAL_CONV1D_FORCE_BUILD=TRUE CAUSAL_CONV1D_SKIP_CUDA_BUILD=TRUE pip install -e ".[CORE,SSM]" --no-build-isolation
52
SSM =
53
- mamba_ssm[causal-conv1d]==2.2.4
54
- # mamba_ssm[causal-conv1d] @ git+https://github.com/jxiw/varlen_mamba.git@varlen_mamba
+ mamba_ssm[causal-conv1d] @ git+https://github.com/jxiw/varlen_mamba.git@varlen_mamba
55
cartesia_pytorch>=0.0.2
56
57
# GENERATION =
0 commit comments