From c9fc4a9d26b48639f1848168327c26321dc7c126 Mon Sep 17 00:00:00 2001 From: simveit <69345428+simveit@users.noreply.github.com> Date: Wed, 26 Feb 2025 18:25:43 +0100 Subject: [PATCH] Docs: delete sgl-kernel install in docs (#3845) --- docs/start/install.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/start/install.md b/docs/start/install.md index 8d58f1557..9dc26bfd7 100644 --- a/docs/start/install.md +++ b/docs/start/install.md @@ -4,11 +4,13 @@ You can install SGLang using any of the methods below. For running DeepSeek V3/R1, refer to [DeepSeek V3 Support](https://github.com/sgl-project/sglang/tree/main/benchmark/deepseek_v3). It is recommended to use the [latest version](https://pypi.org/project/sglang/#history) and deploy it with [Docker](https://github.com/sgl-project/sglang/tree/main/benchmark/deepseek_v3#using-docker-recommended) to avoid environment-related problems. -## Method 1: With pip +We recommend using uv to install the dependencies with a higher installation speed: +## Method 1: With pip or uv ```bash pip install --upgrade pip -pip install "sglang[all]>=0.4.3.post2" --find-links https://flashinfer.ai/whl/cu124/torch2.5/flashinfer-python +pip install uv +uv pip install "sglang[all]>=0.4.3.post2" --find-links https://flashinfer.ai/whl/cu124/torch2.5/flashinfer-python ``` **Quick Fixes to Installation**