From 6d42f278c39a295b76b8608920fc3fc1918905d8 Mon Sep 17 00:00:00 2001 From: Digital Spaceport Date: Mon, 3 Mar 2025 13:14:57 -0600 Subject: [PATCH] Update README.md case correction in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4d2f61..abcdc90 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ python -m pip install sageattention==1.0.6 # or for Sage Attention 2 (40% faster, sorry only manual compilation for the moment) git clone https://github.com/thu-ml/SageAttention -cd sageattention +cd SageAttention pip install -e . # 3.2 optional Flash attention support (easy to install on Linux but much harder on Windows)