Update README_CN.md

This commit is contained in:
Yang An
2023-08-04 22:05:45 +08:00
committed by GitHub
parent b51856f613
commit d0e7159835

View File

@@ -62,7 +62,7 @@ Qwen-7B在多个全面评估自然语言理解与生成、数学运算解题、
pip install transformers==4.31.0 accelerate tiktoken einops 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 ```bash
git clone -b v1.0.8 https://github.com/Dao-AILab/flash-attention git clone -b v1.0.8 https://github.com/Dao-AILab/flash-attention