-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
Hello!
I'm trying to run u-mamba and I got an unexpected error. After following the installation, when I execute import mamba_ssm I get error:
File "/opt/conda/envs/umamba/lib/python3.10/site-packages/mamba_ssm/__init__.py", line 3, in <module> from mamba_ssm.ops.selective_scan_interface import selective_scan_fn, mamba_inner_fn File "/opt/conda/envs/umamba/lib/python3.10/site-packages/mamba_ssm/ops/selective_scan_interface.py", line 20, in <module> import selective_scan_cuda ImportError: libcudart.so.12: cannot open shared object file: No such file or directory
I'm using pytorch 2.0.1+cu118, so I don't get why the code is looking for a CUDA 12 code. Any clue?
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels