根据提供的信息,您已经成功安装了 causal-conv1d-cuda.cpython-310-x86-64-linux-gnu.so 文件。如果在安装过程中遇到 ImportError 错误,说明在您的系统中找不到这个文件的符号定义。为了解决这个问题,您可以按照以下步骤操作: 1. 确保您下载的安装包是完整的,没有缺失任何文件。 2. 检查您的系统路径是否正确,...
报错通常发生在 pip install causal-conv1d和pip install mamba-ssm时,特别是进入causal_conv1d或mamba-ssm目录运行python setup.py develop时,可能包括 cuda版本错误 编译报错 bimamba等import错误 两者版本不匹配引起的其他错误 1. cuda版本错误 首先nvcc -V看下环境中的cuda版本是否正确,需要在11.6以上,可以根据tor...
1、使用网友配置好的Docker环境,参考:解决causal_conv1d和mamba_ssm无法安装 -> 直接使用Mamba基础环境docker镜像 DockHub仓库地址:https://hub.docker.com/repository/docker/kom4cr0/cuda11.7-pytorch1.13-mamba1.1.1/general 代码:docker pull kom4cr0/cuda11.7-pytorch1.13-mamba1.1.1:1.1.1 2、直接下载工程文...
1、使用网友配置好的Docker环境,参考:解决causal_conv1d和mamba_ssm无法安装 -> 直接使用Mamba基础环境docker镜像 DockHub仓库地址:https://hub.docker.com/repository/docker/kom4cr0/cuda11.7-pytorch1.13-mamba1.1.1/general 代码:docker pull kom4cr0/cuda11.7-pytorch1.13-mamba1.1.1:1.1.1 2、直接下载工程文...
遇到错误 RuntimeError: causal_conv1d is only supported on cuda 11.6 and above 时,通常意味着你当前的CUDA版本不支持 causal_conv1d 操作。以下是一些解决此问题的步骤: 确认当前CUDA版本: 要检查当前安装的CUDA版本,你可以在命令行中运行以下命令(以Linux为例): bash nvcc --version 或者在Python中使用PyTo...
1、使用网友配置好的Docker环境,参考:解决causal_conv1d和mamba_ssm无法安装 -> 直接使用Mamba基础环境docker镜像DockHub仓库地址:https://hub.docker.com/repository/docker/kom4cr0/cuda11.7-pytorch1.13-mamba1.1.1/general代码:docker pull kom4cr0/cuda11.7-pytorch1.13-mamba1.1.1:1.1.1 ...
# SKIP_CUDA_BUILD: Intended to allow CI to use a simple `python setup.py sdist` run to copy over raw files, without any cuda compilation FORCE_BUILD=os.getenv("CAUSAL_CONV1D_FORCE_BUILD","FALSE")=="TRUE" SKIP_CUDA_BUILD=os.getenv("CAUSAL_CONV1D_SKIP_CUDA_BUILD","FALSE")=="TRUE"...
causal_conv1d_interface import causal_conv1d_fn, causal_conv1d_update 4 changes: 0 additions & 4 deletions 4 setup.py Original file line numberDiff line numberDiff line change @@ -125,10 +125,6 @@ def append_nvcc_threads(nvcc_extra_args): ext_modules = [] if not torch.cuda.is_...
Dao-AILab / causal-conv1d Public Notifications Fork 61 Star 335 Code Issues 16 Pull requests 7 Actions Projects Security Insights New issue TORCH_CUDA_ARCH_LIST support #39 Open bhack opened this issue Nov 18, 2024· 1 comment ...
cuda-version: '12.2.2' - torch-version: '2.0.1' cuda-version: '12.2.0' cuda-version: '12.2.2' steps: - name: Checkout 2 changes: 1 addition & 1 deletion 2 causal_conv1d/__init__.py Original file line numberDiff line numberDiff line change @@ -1,3 +1,3 @@ __version__...