From 5eeac089dc46e5b962b63ee0c3a3b0bea43aa719 Mon Sep 17 00:00:00 2001 From: Wang Peng <36780733+logicwong@users.noreply.github.com> Date: Thu, 3 Aug 2023 17:08:28 +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 2ef63c9..9450d29 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Before running the code, make sure you have setup the environment and installed pip install transformers==4.31.0 accelerate tiktoken einops ``` -We recommend installing `flash-attention` for higher efficiency and lower memory usage. +We recommend installing [flash-attention](https://github.com/Dao-AILab/flash-attention) for higher efficiency and lower memory usage. ```bash git clone -b v1.0.8 https://github.com/Dao-AILab/flash-attention