misc: update bulid instruction (#724)

This commit is contained in:
Yineng Zhang
2024-07-25 17:08:11 +10:00
committed by GitHub
parent 6e45394051
commit fded67441d
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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/