Vim icon indicating copy to clipboard operation
Vim copied to clipboard

The problem of bimamba_type

Open 165412152 opened this issue 1 year ago • 12 comments

TypeError: init() got an unexpected keyword argument 'bimamba_type'

165412152 avatar Jan 27 '24 08:01 165412152

It seems that you need to install the mamba inside this repo using pip3 install -e mamba. (uninstall the original mamba first)

Owen-Liuyuxuan avatar Feb 01 '24 07:02 Owen-Liuyuxuan

I have the same issue. Can someone please provide a fix?

MarioPaps avatar Feb 20 '24 13:02 MarioPaps

same problem here

arielshaulov avatar Feb 20 '24 20:02 arielshaulov

I have the same issue. Can someone please provide a fix?

I tried another solution and it worked for me:

###Firstly, install from the .whl file. wget https://github.com/Dao-AILab/causal-conv1d/releases/download/v1.1.3.post1/causal_conv1d-1.1.3.post1+cu118torch2.1cxx11abiFALSE-cp310-cp310-linux_x86_64.whl wget https://github.com/state-spaces/mamba/releases/download/v1.1.1/mamba_ssm-1.1.1+cu118torch2.1cxx11abiFALSE-cp310-cp310-linux_x86_64.whl pip install causal_conv1d-1.1.3.post1+cu118torch2.1cxx11abiFALSE-cp310-cp310-linux_x86_64.whl pip install mamba_ssm-1.1.1+cu118torch2.1cxx11abiFALSE-cp310-cp310-linux_x86_64.whl

##Then replace the mamba_ssm installed in the Conda environment with the official project's mamba_ssm. conda env list cp -rf Vim-main/mamba-1p1p1/mamba_ssm /home/liyhc/anaconda3/envs/mamba/lib/python3.10/site-packages

liyhc avatar Feb 26 '24 17:02 liyhc

It seems that you need to install the mamba inside this repo using pip3 install -e mamba. (uninstall the original mamba first)

Hi everyone,

This is the solution to this issue. Because we have modified the mamba library in this repo, we need to install the mamba of Vim version through the command: pip3 install -e mamba.

Unrealluver avatar Feb 29 '24 08:02 Unrealluver

It seems that you need to install the mamba inside this repo using pip3 install -e mamba. (uninstall the original mamba first)

Hi everyone,

This is the solution to this issue. Because we have modified the mamba library in this repo, we need to install the mamba of Vim version through the command: pip3 install -e mamba.

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)

arielshaulov avatar Feb 29 '24 20:02 arielshaulov

It seems that you need to install the mamba inside this repo using pip3 install -e mamba. (uninstall the original mamba first)

i have the same problem i cant use pip install -e causal_conv1d>=1.1.0 and pip install -e mamba-1p1p1 so i download this two project locally and pip wheel,it worked but now i meet this problem

zhkyaaa avatar Mar 01 '24 04:03 zhkyaaa

I have the same issue. Can someone please provide a fix?

I tried another solution and it worked for me:

###Firstly, install from the .whl file. wget https://github.com/Dao-AILab/causal-conv1d/releases/download/v1.1.3.post1/causal_conv1d-1.1.3.post1+cu118torch2.1cxx11abiFALSE-cp310-cp310-linux_x86_64.whl wget https://github.com/state-spaces/mamba/releases/download/v1.1.1/mamba_ssm-1.1.1+cu118torch2.1cxx11abiFALSE-cp310-cp310-linux_x86_64.whl pip install causal_conv1d-1.1.3.post1+cu118torch2.1cxx11abiFALSE-cp310-cp310-linux_x86_64.whl pip install mamba_ssm-1.1.1+cu118torch2.1cxx11abiFALSE-cp310-cp310-linux_x86_64.whl

##Then replace the mamba_ssm installed in the Conda environment with the official project's mamba_ssm. conda env list cp -rf Vim-main/mamba-1p1p1/mamba_ssm /home/liyhc/anaconda3/envs/mamba/lib/python3.10/site-packages

I solved the problem in your way

bingo-G avatar Mar 01 '24 06:03 bingo-G

I have the same issue. Can someone please provide a fix?

I tried another solution and it worked for me:

###Firstly, install from the .whl file. wget https://github.com/Dao-AILab/causal-conv1d/releases/download/v1.1.3.post1/causal_conv1d-1.1.3.post1+cu118torch2.1cxx11abiFALSE-cp310-cp310-linux_x86_64.whl wget https://github.com/state-spaces/mamba/releases/download/v1.1.1/mamba_ssm-1.1.1+cu118torch2.1cxx11abiFALSE-cp310-cp310-linux_x86_64.whl pip install causal_conv1d-1.1.3.post1+cu118torch2.1cxx11abiFALSE-cp310-cp310-linux_x86_64.whl pip install mamba_ssm-1.1.1+cu118torch2.1cxx11abiFALSE-cp310-cp310-linux_x86_64.whl

##Then replace the mamba_ssm installed in the Conda environment with the official project's mamba_ssm. conda env list cp -rf Vim-main/mamba-1p1p1/mamba_ssm /home/liyhc/anaconda3/envs/mamba/lib/python3.10/site-packages

still have a problem.

sahsaeedi avatar Apr 01 '24 05:04 sahsaeedi