-
Notifications
You must be signed in to change notification settings - Fork 1.3k
导入mamba时的bug #714
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
Comments
What's the version of torch? Maybe you could try building and installing it from source code instead. |
both these two wheel file
and then I use
|
Hello, have you solved it? I have also encountered this problem. I would be grateful if you could answer me. |
yes I have solved.That is because you should download the "application binary interface: False" version wheel file.It can avoid the bug: undefined symbol in selective_scan_cuda.cpython-310-x86_64-linux-gnu.so.I hope it can help you.If you have any problem please leave the comment. |
Source code installation
|
It was the ABI interface error.Use the "False" version of pytorch |
It was the ABI interface error.Use the "False" version of pytorch__ |
你好,当我在conda配置好环境后,尝试在python中
import mamba_ssm
遇到了下面报错
这个bug是什么原因导致的能请教一下吗?
The text was updated successfully, but these errors were encountered: