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 .
then clone mamba vision and remove the causal-conv1d and mamba-ssm requirements from requirements.txt as u already have them installed, otherwise it will try to install them again and fail. then pip install mamba vision:
https://github.com/NVlabs/MambaVision.git
**manually remove the causal-conv1d and mamba-ssm requirements from requirements.txt**
cd MambaVision
pip3 install .
Can anyone reproduce it under Windows? Can you share the environment configuration and each installation package version?
The text was updated successfully, but these errors were encountered: