chore: bump docs install version to 0.5.16 (#32347)

Co-authored-by: sglang-bot <sglang-bot@users.noreply.github.com>
This commit is contained in:
sglang-bot
2026-07-24 17:19:39 -07:00
committed by GitHub
co-authored by sglang-bot
parent 9402012f0f
commit 1ef2b85ef7
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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 `<secret>` below with your huggingface hub [token](https://huggingface.co/docs/hub/en/security-tokens).
<Note>
`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).
</Note>
```bash Command
+1 -1
View File
@@ -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