Digital Spaceport commited on
Update README.md
Browse filescase correction in readme
README.md
CHANGED
|
@@ -79,7 +79,7 @@ python -m pip install sageattention==1.0.6
|
|
| 79 |
|
| 80 |
# or for Sage Attention 2 (40% faster, sorry only manual compilation for the moment)
|
| 81 |
git clone https://github.com/thu-ml/SageAttention
|
| 82 |
-
cd
|
| 83 |
pip install -e .
|
| 84 |
|
| 85 |
# 3.2 optional Flash attention support (easy to install on Linux but much harder on Windows)
|
|
|
|
| 79 |
|
| 80 |
# or for Sage Attention 2 (40% faster, sorry only manual compilation for the moment)
|
| 81 |
git clone https://github.com/thu-ml/SageAttention
|
| 82 |
+
cd SageAttention
|
| 83 |
pip install -e .
|
| 84 |
|
| 85 |
# 3.2 optional Flash attention support (easy to install on Linux but much harder on Windows)
|