From 279229a28e67e2984cf338bb9ab5a1ba38e43e1e Mon Sep 17 00:00:00 2001 From: Shang Yang <61508922+ys-2020@users.noreply.github.com> Date: Wed, 22 Jan 2025 17:05:28 -0500 Subject: [PATCH] [Minor] fix typo in installing BlockSparse Attention --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c3a91d..b9a2993 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ pip install flashinfer -i https://flashinfer.ai/whl/cu121/torch2.4/ pip install -e . # Install Block Sparse Streaming Attention -git clone https://github.com:mit-han-lab/Block-Sparse-Attention +git clone https://github.com/mit-han-lab/Block-Sparse-Attention cd Block-Sparse-Attention python setup.py install ```