From c58e13392bc0c7a7f05701db50734c3032c133cf Mon Sep 17 00:00:00 2001 From: Jake Poznanski Date: Thu, 30 Jan 2025 10:28:57 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f913ad..ba58c4d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,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 "sglang[all]" --find-links https://flashinfer.ai/whl/cu124/torch2.4/flashinfer/ +pip install "sglang[all]==0.4.2" --find-links https://flashinfer.ai/whl/cu124/torch2.4/flashinfer/ ``` **BETA TESTER NOTE:**