Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NameError: name 'selective_scan_cuda' is not defined #313

Open
YangJae96 opened this issue Oct 9, 2024 · 0 comments
Open

NameError: name 'selective_scan_cuda' is not defined #313

YangJae96 opened this issue Oct 9, 2024 · 0 comments

Comments

@YangJae96
Copy link

Hi.
I followed the instruction and cd kernels/selective_scan && pip install .

but when I run the code, it gets following error.

File "/root/workplace/deeplearning/VMamba/classification/models/csms6s.py", line 89, in forward
out, x, *rest = selective_scan_cuda.fwd(u, delta, A, B, C, D, None, delta_bias, delta_softplus)
NameError: name 'selective_scan_cuda' is not defined

It seems i cannot import selective_scan_cuda

import selective_scan_cuda
-> ModuleNotFoundError: No module named 'selective_scan_cuda'

How should I solve the problem?

I looked others question but cant figure it out.

Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant