From 1ef2b85ef7d4aeed91c2a8251a004820c398e194 Mon Sep 17 00:00:00 2001 From: sglang-bot Date: Fri, 24 Jul 2026 17:19:39 -0700 Subject: [PATCH] chore: bump docs install version to 0.5.16 (#32347) Co-authored-by: sglang-bot --- docs_new/docs/get-started/install.mdx | 4 ++-- docs_new/docs/hardware-platforms/amd_gpu.mdx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs_new/docs/get-started/install.mdx b/docs_new/docs/get-started/install.mdx index 5877a32de..6d46f57bd 100644 --- a/docs_new/docs/get-started/install.mdx +++ b/docs_new/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.15 https://github.com/sgl-project/sglang.git +git clone -b v0.5.16 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.15`. 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.16`. Browse all released versions on [Docker Hub](https://hub.docker.com/r/lmsysorg/sglang/tags). ```bash Command diff --git a/docs_new/docs/hardware-platforms/amd_gpu.mdx b/docs_new/docs/hardware-platforms/amd_gpu.mdx index bb6451122..644f4fdfe 100644 --- a/docs_new/docs/hardware-platforms/amd_gpu.mdx +++ b/docs_new/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.15 https://github.com/sgl-project/sglang.git +git clone -b v0.5.16 https://github.com/sgl-project/sglang.git cd sglang # Compile sgl-kernel