From c7cf15dbdc37f897b3c1c5764b7f843bb5d197ca Mon Sep 17 00:00:00 2001 From: Junyang Lin Date: Sun, 8 Oct 2023 15:35:07 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 748765a..ef2250e 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ pip install -r requirements.txt If your device supports fp16 or bf16, we recommend installing [flash-attention](https://github.com/Dao-AILab/flash-attention) (**we support flash attention 2 now.**) for higher efficiency and lower memory usage. (**flash-attention is optional and the project can run normally without installing it**) ```bash -# Previous installation commands. Now Flash Attention 2 is supported. +# Previous installation commands. Now flash attention 2 is supported. # git clone -b v1.0.8 https://github.com/Dao-AILab/flash-attention # cd flash-attention && pip install . pip install flash-attn --no-build-isolation