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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user