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

mamba_inner_fn_no_out_proj #600

Open
EddieEduardo opened this issue Oct 22, 2024 · 1 comment
Open

mamba_inner_fn_no_out_proj #600

EddieEduardo opened this issue Oct 22, 2024 · 1 comment

Comments

@EddieEduardo
Copy link

Hi. thanks for sharing!!!

I'd like to ask which mamba-ssm version has mamba_inner_fn_no_out_proj func? Because when I try to:

from mamba_ssm.ops.selective_scan_interface import mamba_inner_fn_no_out_proj

It raises an issue with 'None module name mamba_inner_fn_no_out_proj'.

My configuration is pytorch2.1+cuda11.8+causal-conv1d1.1.0+mamba-ssm1.1.1

However, when I switch to mamba-ssm2.2.2, it raises another issue as follows:
from mamba_ssm.ops.triton.layernorm import RMSNorm, layer_norm_fn, rms_norm_fn
ModuleNotFoundError: No module named 'mamba_ssm.ops.triton.layernorm'

Looking forward to your reply!!!

Thanks in advance!

@BigggZ123
Copy link

hello mate , I also changed into mamba ssm v2.2.2 , but there is still no func named mamba-inner-fn-no-out-proj in the source code of ops/selective-scan-interface.py 😭.
But in the visual mambas that be used in like Vims , in there package the func could be found . Do U know which version should I use ?

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

2 participants