diff --git a/docs/docs/get-started/install.mdx b/docs/docs/get-started/install.mdx index 3c1964faf..cddd74002 100644 --- a/docs/docs/get-started/install.mdx +++ b/docs/docs/get-started/install.mdx @@ -61,7 +61,7 @@ uv pip install --prerelease=allow --index-strategy unsafe-best-match --extra-ind ```bash Command # Use the last release branch -git clone -b v0.5.16 https://github.com/sgl-project/sglang.git +git clone -b v0.5.18 https://github.com/sgl-project/sglang.git cd sglang # Install the python packages @@ -79,7 +79,7 @@ The docker images are available on Docker Hub at [lmsysorg/sglang](https://hub.d Replace `` below with your huggingface hub [token](https://huggingface.co/docs/hub/en/security-tokens). -`latest` and `dev` are **mutable** tags: `latest` always points at the newest stable release, while `dev` is rebuilt daily from the latest `main` and includes build/development tools. Because they are overwritten over time, pin an immutable version tag for reproducible deployments — e.g. `lmsysorg/sglang:v0.5.16`. Browse all released versions on [Docker Hub](https://hub.docker.com/r/lmsysorg/sglang/tags). +`latest` and `dev` are **mutable** tags: `latest` always points at the newest stable release, while `dev` is rebuilt daily from the latest `main` and includes build/development tools. Because they are overwritten over time, pin an immutable version tag for reproducible deployments — e.g. `lmsysorg/sglang:v0.5.18`. Browse all released versions on [Docker Hub](https://hub.docker.com/r/lmsysorg/sglang/tags). ```bash Command diff --git a/docs/docs/hardware-platforms/amd_gpu.mdx b/docs/docs/hardware-platforms/amd_gpu.mdx index 00cb4645c..a6c284475 100644 --- a/docs/docs/hardware-platforms/amd_gpu.mdx +++ b/docs/docs/hardware-platforms/amd_gpu.mdx @@ -45,7 +45,7 @@ You can install SGLang using one of the methods below. ```bash Command # Use the last release branch -git clone -b v0.5.16 https://github.com/sgl-project/sglang.git +git clone -b v0.5.18 https://github.com/sgl-project/sglang.git cd sglang # Compile sgl-kernel