diff --git a/README.md b/README.md index ba58c4d..5f4f47e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ pip install -e . Finally, make sure you have sglang with [flashinfer](https://github.com/flashinfer-ai/flashinfer) installed if you want to run inference on your own GPU. ```bash -pip install sgl-kernel --force-reinstall --no-deps +pip install sgl-kernel==0.0.3.post1 --force-reinstall --no-deps pip install "sglang[all]==0.4.2" --find-links https://flashinfer.ai/whl/cu124/torch2.4/flashinfer/ ```