File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 "
4949cd ../../../../
5050
5151# Install Vortex
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments