From d0e7159835480dd6f60b3eadbe416ca2f87dce06 Mon Sep 17 00:00:00 2001 From: Yang An Date: Fri, 4 Aug 2023 22:05:45 +0800 Subject: [PATCH] Update README_CN.md --- README_CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_CN.md b/README_CN.md index b5db5ca..4ff25f0 100644 --- a/README_CN.md +++ b/README_CN.md @@ -62,7 +62,7 @@ Qwen-7B在多个全面评估自然语言理解与生成、数学运算解题、 pip install transformers==4.31.0 accelerate tiktoken einops ``` -我们还推荐安装[flash-attention](https://github.com/Dao-AILab/flash-attention)来提高你的运行效率以及降低显存占用。(**flash-attention只是可选项,不安装也可正常运行该项目**) +如果你的显卡支持fp16或bf16精度,我们还推荐安装[flash-attention](https://github.com/Dao-AILab/flash-attention)来提高你的运行效率以及降低显存占用。(**flash-attention只是可选项,不安装也可正常运行该项目**) ```bash git clone -b v1.0.8 https://github.com/Dao-AILab/flash-attention