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
1313
1414## Installation
1515
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.
1717- ` pip install mamba-ssm ` : the core Mamba package.
1818
1919It 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):
271271 "einops" ,
272272 "triton" ,
273273 "transformers" ,
274- "causal_conv1d>=1.1.0" ,
274+ "causal_conv1d>=1.1.0,<1.2.0 " ,
275275 ],
276276)
You can’t perform that action at this time.
0 commit comments