Skip to content

Commit f5bce20

Browse files
author
Zhuoming Chen
committed
comments and docs
1 parent 299fb46 commit f5bce20

4 files changed

Lines changed: 275 additions & 574 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ Vortex allows you to express novel sparse attention concisely while relying on a
4141
## 🚀 Installation
4242

4343
```bash
44-
git clone -b v1 --recursive https://github.com/Infini-AI-Lab/vortex_torch.git
44+
git clone --recursive https://github.com/Infini-AI-Lab/vortex_torch.git
4545

46-
# Install SGLang dependency (support 0.4.9)
47-
cd third_party/sglang/v0.4.9/sglang
48-
bash install.sh
46+
# Install SGLang dependency
47+
cd third_party/sglang/v0.5.9/sglang
48+
pip install -e "python"
4949
cd ../../../../
5050

5151
# Install Vortex

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ Installation
2424

2525
.. code-block:: bash
2626
27-
git clone -b v1 --recursive https://github.com/Infini-AI-Lab/vortex_torch.git
27+
git clone --recursive https://github.com/Infini-AI-Lab/vortex_torch.git
2828
cd vortex_torch
2929
cd third_party/sglang/v0.5.9/sglang
30-
bash install.sh
30+
pip install -e "python"
3131
cd ../../../../
3232
pip install -e .
3333

0 commit comments

Comments
 (0)