deepbeepmeep commited on
Commit
ebd1d15
·
unverified ·
1 Parent(s): 4dc6747

Fixes instructions on how to install sage2

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 pull https://github.com/thu-ml/SageAttention
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