-
Notifications
You must be signed in to change notification settings - Fork 209
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
The problem of bimamba_type #14
Comments
It seems that you need to install the mamba inside this repo using |
I have the same issue. Can someone please provide a fix? |
same problem here |
I tried another solution and it worked for me: ###Firstly, install from the .whl file. ##Then replace the mamba_ssm installed in the Conda environment with the official project's mamba_ssm. |
Hi everyone, This is the solution to this issue. Because we have modified the mamba library in this repo, we need to install the |
The solution for me was installing mamba as mentioned above (check that you are using the exact Python version as they mention in the README and uninstall the previous mamba) |
i have the same problem |
I solved the problem in your way |
still have a problem. |
@sahsaeedi Do you solve the problem? I also use above solution, but it still shows “TypeError: init() got an unexpected keyword argument 'bimamba_type'” |
I still have this problem. Ideal is to install mamba_ssm locally. But I don't understand to pip install -e mamba, where is the 'mamba' file located. I can't find it anywhere on github repo? my realisation is mamba code is defined somewhere within the mamba_ssm and not 'mamba'. |
Vim has modified mamba_ssm and introduced an additional parameter “bimamba_type”:
you can try the following command: |
TypeError: init() got an unexpected keyword argument 'bimamba_type'
The text was updated successfully, but these errors were encountered: