Ilyes BENAISSA
Results
3
comments of
Ilyes BENAISSA
for cuda 12.4 and python 3.10: pip install torch==2.4.0 torchvision==0.19.0 torchaudio==2.4.0 --index-url https://download.pytorch.org/whl/cu121 then !pip install causal-conv1d==1.4.0 && pip install mamba-ssm==2.2.2
Install causal conv1d Then install mamba-ssm without build isolation
@zinebabourida pip install causal-conv1d pip install mamba-ssm --no-build-isolation