(含core cuda11.8)selective-scan-0.0.2 windows

作品简介

在Windows下安装 Vmamba(带core)

前期环境配置:

conda create -n mamba python=3.10
conda activate mamba
conda install cudatoolkit==11.8
pip install torch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 --index-url https://download.pytorch.org/whl/cu118
pip install setuptools==68.2.2
conda install nvidia/label/cuda-11.8.0::cuda-nvcc_win-64
conda install packaging
pip install triton-2.0.0-cp310-cp310-win_amd64.whl  # 安装 mamba 必须,Vmamba可不用


下载后在这个文件目录下执行:

pip install selective_scan-0.0.2-cp310-cp310-linux_x86_64.whl

具体请参考本人CSDN博客及其系列博客:https://blog.csdn.net/yyywxk/article/details/140422758

注意 python torch 及 cuda 11.8版本一定要一致。

支持算力为7.0-9.0 等目前常见GPU。

安装有问题加CSDN博客vx。

创作时间: