├── .gitignore └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | causal_conv1d-1.1.1-cp310-cp310-linux_x86_64.whl 2 | mamba_ssm-1.1.2-cp310-cp310-linux_x86_64.whl -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Mamba SSM 2 | ## About 3 | A well-built wheel is used to support the Nvidia 10 series graphics card. It was built under the ```Python 3.10```,```PyTorch 2.1``` and ```CUDA 11.8``` environment. For detailed construction details, please refer to the [link](https://github.com/state-spaces/mamba/issues/40#issuecomment-1849095898). 4 | 5 | ## Installation 6 | 7 | ```bash 8 | pip install causal_conv1d-1.1.1-cp310-cp310-linux_x86_64.whl 9 | ``` 10 | 11 | ```bash 12 | pip install mamba_ssm-1.1.2-cp310-cp310-linux_x86_64.whl 13 | ``` 14 | 15 | ## Build 16 | For detailed build process, please refer to build_step.pdf. 17 | --------------------------------------------------------------------------------