"test/git@developer.sourcefind.cn:OpenDAS/torch-cluster.git" did not exist on "da65da5b95d733f24db94e17ce835ff25718c02c"
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: ...@@ -37,7 +37,7 @@ The core features include:
### Method 1: With pip ### Method 1: With pip
``` ```
pip install --upgrade pip setuptools wheel pip install --upgrade pip
pip install "sglang[all]" pip install "sglang[all]"
# Install FlashInfer CUDA kernels # Install FlashInfer CUDA kernels
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
git clone https://github.com/sgl-project/sglang.git git clone https://github.com/sgl-project/sglang.git
cd sglang cd sglang
pip install --upgrade pip setuptools wheel pip install --upgrade pip
pip install -e "python[all]" pip install -e "python[all]"
pip install flashinfer -i https://flashinfer.ai/whl/cu121/torch2.3/ 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