mamba icon indicating copy to clipboard operation
mamba copied to clipboard

Share the environment that worked.

Open uxhao-o opened this issue 10 months ago • 1 comments

I have been successfully run. Environment follows: cuda 11.8 python 3.10.13 pytorch 2.1.1 causal_conv1d 1.1.1 mamba-ssm 1.2.0.post1

pip install torch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 --index-url https://download.pytorch.org/whl/cu118
pip install causal_conv1d==1.1.1
pip install mamba-ssm==1.2.0.post1

uxhao-o avatar Apr 18 '24 13:04 uxhao-o