Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please remove mamba_ssm forcely requirements #124

Closed
lucasjinreal opened this issue Feb 18, 2025 · 3 comments
Closed

Please remove mamba_ssm forcely requirements #124

lucasjinreal opened this issue Feb 18, 2025 · 3 comments

Comments

@lucasjinreal
Copy link

lucasjinreal commented Feb 18, 2025

Am on MacOS, and am using transformer based model didn't really want mamba_ssm? This thing just keeping get me annoying.

@rzgarespo
Copy link

rzgarespo commented Feb 18, 2025

edit the pyproject.toml file.

/* These are technically optional, but mamba-ssm is required to run hybrid models. */
[project.optional-dependencies]
compile = [
"flash-attn>=2.7.3",
"mamba-ssm>=2.2.4",
"causal-conv1d>=1.5.0.post8",
]

@lucasjinreal
Copy link
Author

No, you can saw the code, it barely import mamba_ssm everywhere.... (Even users only want transformered model?)

@sekstini
Copy link
Collaborator

mamba_ssm is already optional; you can just install the required dependencies and run it on your mac.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants