Update README.md
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ We also recommend you to install both `causal-conv1d` and `mamba-ssm` using:
|
|
| 27 |
|
| 28 |
```bash
|
| 29 |
pip install causal-conv1d>=1.2.0
|
| 30 |
-
pip install mamba-ssm
|
| 31 |
```
|
| 32 |
|
| 33 |
If any of these two is not installed, the "eager" implementation will be used(not recommended). Otherwise the more optimised `CUDA` kernels will be used.
|
|
|
|
| 27 |
|
| 28 |
```bash
|
| 29 |
pip install causal-conv1d>=1.2.0
|
| 30 |
+
pip install mamba-ssm>=1.2.0
|
| 31 |
```
|
| 32 |
|
| 33 |
If any of these two is not installed, the "eager" implementation will be used(not recommended). Otherwise the more optimised `CUDA` kernels will be used.
|