update readme
This commit is contained in:
@@ -37,6 +37,7 @@ The core features include:
|
|||||||
|
|
||||||
### Method 1: With pip
|
### Method 1: With pip
|
||||||
```
|
```
|
||||||
|
pip install --upgrade pip
|
||||||
pip install "sglang[all]"
|
pip install "sglang[all]"
|
||||||
|
|
||||||
# Install FlashInfer CUDA kernels
|
# Install FlashInfer CUDA kernels
|
||||||
@@ -48,9 +49,7 @@ pip install flashinfer -i https://flashinfer.ai/whl/cu121/torch2.3/
|
|||||||
git clone https://github.com/sgl-project/sglang.git
|
git clone https://github.com/sgl-project/sglang.git
|
||||||
cd sglang
|
cd sglang
|
||||||
|
|
||||||
# https://stackoverflow.com/questions/69711606/how-to-install-a-package-using-pip-in-editable-mode-with-pyproject-toml
|
pip install --upgrade pip
|
||||||
python3 -m pip install --upgrade pip
|
|
||||||
|
|
||||||
pip install -e "python[all]"
|
pip install -e "python[all]"
|
||||||
|
|
||||||
# Install FlashInfer CUDA kernels
|
# Install FlashInfer CUDA kernels
|
||||||
|
|||||||
Reference in New Issue
Block a user