From 881693a86d5758461038cdb359b8d889f2964574 Mon Sep 17 00:00:00 2001 From: hkayann Date: Fri, 7 Jun 2024 18:55:02 +0100 Subject: [PATCH] Update README.md The correct installation command requires the " (double quotation marks), so updated Readme.md accordingly. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa36cb09..19bece97 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ with an efficient hardware-aware design and implementation in the spirit of [Fla ## Installation -- [Option] `pip install causal-conv1d>=1.2.0`: an efficient implementation of a simple causal Conv1d layer used inside the Mamba block. +- [Option] `pip install "causal-conv1d>=1.2.0"`: an efficient implementation of a simple causal Conv1d layer used inside the Mamba block. - `pip install mamba-ssm`: the core Mamba package. It can also be built from source with `pip install .` from this repository.