deepbeepmeep commited on
Fixes instructions on how to install sage2
Browse files
README.md
CHANGED
|
@@ -78,7 +78,7 @@ python -m pip install -r requirements.txt
|
|
| 78 |
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
|
| 82 |
cd sageattention
|
| 83 |
pip install -e .
|
| 84 |
|
|
|
|
| 78 |
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 sageattention
|
| 83 |
pip install -e .
|
| 84 |
|