You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/Dao-AILab/causal-conv1d.git
cd causal_conv1d
git checkout v1.0.2 # this is the highest compatible version allowed by Mamba
CAUSAL_CONV1D_FORCE_BUILD=TRUE pip3 install .
then clone mamba and pip install:
https://github.com/state-spaces/mamba.git
cd mamba
pip3 install .
Please react with a thumbs-up/heart/rocket if it works so other people know this approach works as well.
The text was updated successfully, but these errors were encountered:
siddagra
changed the title
Guide to install on Windows
Guide to Install on Windows
Dec 9, 2024
You have to use WSL2!!
In WSL2:
First you have to make sure you install torch version that matches your nvcc version:
You can match the versions by installing an older version of torch which uses a different cuda version:
then clone causal conv 1d and pip install:
then clone mamba and pip install:
Please react with a thumbs-up/heart/rocket if it works so other people know this approach works as well.
The text was updated successfully, but these errors were encountered: