File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ with an efficient hardware-aware design and implementation in the spirit of [Fla
13
13
14
14
## Installation
15
15
16
- - ` pip install causal-conv1d>=1.1.0 ` : an efficient implementation of a simple causal Conv1d layer used inside the Mamba block.
16
+ - ` pip install causal-conv1d>=1.1.0,<1.2.0 ` : an efficient implementation of a simple causal Conv1d layer used inside the Mamba block.
17
17
- ` pip install mamba-ssm ` : the core Mamba package.
18
18
19
19
It can also be built from source with ` pip install . ` from this repository.
Original file line number Diff line number Diff line change @@ -271,6 +271,6 @@ def run(self):
271
271
"einops" ,
272
272
"triton" ,
273
273
"transformers" ,
274
- "causal_conv1d>=1.1.0" ,
274
+ "causal_conv1d>=1.1.0,<1.2.0 " ,
275
275
],
276
276
)
You can’t perform that action at this time.
0 commit comments