Unverified Commit fded6744 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

misc: update bulid instruction (#724)

parent 6e453940
......@@ -37,7 +37,7 @@ The core features include:
### Method 1: With pip
```
pip install --upgrade pip setuptools wheel
pip install --upgrade pip
pip install "sglang[all]"
# Install FlashInfer CUDA kernels
......
......@@ -8,7 +8,7 @@
git clone https://github.com/sgl-project/sglang.git
cd sglang
pip install --upgrade pip setuptools wheel
pip install --upgrade pip
pip install -e "python[all]"
pip install flashinfer -i https://flashinfer.ai/whl/cu121/torch2.3/
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment