Open Eom-taeseon opened 2 days ago
I have the same exact error: CUDA : 12.4 PyTorch : 2.5.1 Python : 3.12.3 os : Linux 5.4.0-198-generic Architecture : x86-64
I solve this problem!! I tried 3 ways.
Update CUDA Version Actually, I'm using an external server with my colleagues, so I haven't tried this method. But if it's a server using alone, I think it's well worth trying.
Install Wheel file in local
https://github.com/state-spaces/mamba/releases
Go into the url, and find approriate version which fit with your system. Below is what you have to check,
cu
)torch
)cp
)x86-64
)Unfortunately, my system doesn't fit with them. So I have to find another method.
git clone https://github.com/state-spaces/mamba.git
cd mamba
pip install -e .
If you got same error, try another one.
git clone https://github.com/state-spaces/mamba.git
cd mamba
python setup.py install
I hope this method helps you resolve your errors as well. Good Luck!! :D
I'm trying to install
mamba-ssm
withpip install mamba-ssm
but it doesn't work. I need help These are my systemsI checked all the mamba-ssm released version(https://github.com/state-spaces/mamba/releases) and there was nothing for mine. Is this the reason why I can't install it?
Below is my errored bash code
Would you be able to provide guidance on how to resolve this issue? Thank you in advance!