From b928e4091d73be25e2f7cc1bd4f1a3881bcc3cd9 Mon Sep 17 00:00:00 2001 From: Guangxuan Xiao Date: Wed, 30 Oct 2024 00:13:07 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6bf3abc..57b30ad 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 git@github.com:mit-han-lab/Block-Sparse-Attention.git +git clone https://github.com:mit-han-lab/Block-Sparse-Attention cd Block-Sparse-Attention python setup.py install ``` @@ -71,7 +71,7 @@ conda install -y nvidia/label/cuda-12.4.0::cuda-toolkit conda install -y nvidia::cuda-cudart-dev # Install QServe -git clone git@github.com:mit-han-lab/qserve.git +git clone https://github.com:mit-han-lab/qserve cd qserve pip install -e . pip install ninja packaging