From a6ac0d96d3092d0345b48d2c19ccde796df374d5 Mon Sep 17 00:00:00 2001 From: deepbeepmeep <84379123+deepbeepmeep@users.noreply.github.com> Date: Mon, 3 Mar 2025 19:14:55 +0100 Subject: [PATCH] Fixes instructions on how to install sage2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21cf2d2..c4d2f61 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ python -m pip install -r requirements.txt python -m pip install sageattention==1.0.6 # or for Sage Attention 2 (40% faster, sorry only manual compilation for the moment) -git pull https://github.com/thu-ml/SageAttention +git clone https://github.com/thu-ml/SageAttention cd sageattention pip install -e .