JCruan519 / VM-UNet

(ARXIV24) This is the official code repository for "VM-UNet: Vision Mamba UNet for Medical Image Segmentation".
Apache License 2.0
471 stars 22 forks source link

he installation of mamba SSM has failed #41

Open lvcheng2008 opened 5 months ago

lvcheng2008 commented 5 months ago

We are currently using CUDA 118 , but the installation of mamba SSM has failed. Meanwhile, we are downloading pre trained weights, but cannot find the file to download? Can you help answer?

wzh0328 commented 5 months ago

We are currently using CUDA 118 , but the installation of mamba SSM has failed. Meanwhile, we are downloading pre trained weights, but cannot find the file to download? Can you help answer?

Hello, I also encountered this problem, but I solved it this way, you can refer to this blog to solve the problem。http://t.csdnimg.cn/yCwhF

mtdown commented 2 months ago

That bolg had been deleted,but you can download "mamba_ssm-1.0.1+cu118torch1.13cxx11abiFALSE-cp38-cp38-linux_x86_64.whl" from https://github.com/state-spaces/mamba/releases/tag/v1.0.1 .Then pip install it.Hope it can be helpful