OpenGVLab / VideoMamba

VideoMamba: State Space Model for Efficient Video Understanding
https://arxiv.org/abs/2403.06977
Apache License 2.0
660 stars 47 forks source link

ModuleNotFoundError: No module named 'causal_conv1d_cuda' #19

Closed uchiha99999 closed 3 months ago

uchiha99999 commented 3 months ago

when running "test_mamba_module.py", show something like this, where is the "causal_conv1d_cuda"?

File "/home/disk2_12t/lhl/VideoMamba-main/mamba/causal_conv1d/causal_conv1d_interface.py", line 7, in import causal_conv1d_cuda ModuleNotFoundError: No module named 'causal_conv1d_cuda'

Andy1621 commented 3 months ago

Hi! Please check whether you have installed causal-conv1d.