Commit
·
eec7863
1
Parent(s):
938f763
Update README.md
Browse files
README.md
CHANGED
@@ -58,8 +58,8 @@ git clone -b v1.0.8 https://github.com/Dao-AILab/flash-attention
|
|
58 |
cd flash-attention && pip install .
|
59 |
# 下方安装可选,安装可能比较缓慢。
|
60 |
# Below are optional. Installing them might be slow.
|
61 |
-
pip install csrc/layer_norm
|
62 |
-
pip install csrc/rotary
|
63 |
```
|
64 |
|
65 |
## 快速使用(Quickstart)
|
|
|
58 |
cd flash-attention && pip install .
|
59 |
# 下方安装可选,安装可能比较缓慢。
|
60 |
# Below are optional. Installing them might be slow.
|
61 |
+
# pip install csrc/layer_norm
|
62 |
+
# pip install csrc/rotary
|
63 |
```
|
64 |
|
65 |
## 快速使用(Quickstart)
|