staghado commited on
Commit
2a16a50
1 Parent(s): 9deb420

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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.