Skip to content

ImportError: libcudart.so.12 #80

@SirSykon

Description

@SirSykon

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions