File tree Expand file tree Collapse file tree 11 files changed +13
-13
lines changed Expand file tree Collapse file tree 11 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Add [performance optimization options](#performance-optimization-options) as nee
3333
3434``` bash
3535# Installation
36- pip install " sglang[all]>=0.5.4.post3 "
36+ pip install " sglang[all]>=0.5.5 "
3737
3838# Launch
3939python3 -m sglang.launch_server --model deepseek-ai/DeepSeek-V3 --tp 8 --trust-remote-code
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ARG DEEPEP_COMMIT=9af0e0d0e74f3577af1979c9b9e1ac2cad0104ee
1111ARG TRITON_LANG_COMMIT=4caa0328bf8df64896dd5f6fb9df41b0eb2e750a
1212ARG BUILD_AND_DOWNLOAD_PARALLEL=8
1313ARG SGL_KERNEL_VERSION=0.3.16.post5
14- ARG SGL_VERSION=0.5.4.post3
14+ ARG SGL_VERSION=0.5.5
1515ARG USE_LATEST_SGLANG=0
1616ARG GDRCOPY_VERSION=2.5.1
1717ARG NVSHMEM_VERSION=3.4.5
Original file line number Diff line number Diff line change 11# Usage (to build SGLang ROCm docker image):
2- # docker build --build-arg SGL_BRANCH=v0.5.4.post3 --build-arg GPU_ARCH=gfx942 -t v0.5.4.post3 -rocm630-mi30x -f rocm.Dockerfile .
3- # docker build --build-arg SGL_BRANCH=v0.5.4.post3 --build-arg GPU_ARCH=gfx942-rocm700 -t v0.5.4.post3 -rocm700-mi30x -f rocm.Dockerfile .
4- # docker build --build-arg SGL_BRANCH=v0.5.4.post3 --build-arg GPU_ARCH=gfx950 -t v0.5.4.post3 -rocm700-mi35x -f rocm.Dockerfile .
2+ # docker build --build-arg SGL_BRANCH=v0.5.5 --build-arg GPU_ARCH=gfx942 -t v0.5.5 -rocm630-mi30x -f rocm.Dockerfile .
3+ # docker build --build-arg SGL_BRANCH=v0.5.5 --build-arg GPU_ARCH=gfx942-rocm700 -t v0.5.5 -rocm700-mi30x -f rocm.Dockerfile .
4+ # docker build --build-arg SGL_BRANCH=v0.5.5 --build-arg GPU_ARCH=gfx950 -t v0.5.5 -rocm700-mi35x -f rocm.Dockerfile .
55
66
77# Default base images
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ uv pip install "sglang" --prerelease=allow
2525
2626``` bash
2727# Use the last release branch
28- git clone -b v0.5.4.post3 https://github.com/sgl-project/sglang.git
28+ git clone -b v0.5.5 https://github.com/sgl-project/sglang.git
2929cd sglang
3030
3131# Install the python packages
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ You can install SGLang using one of the methods below.
4444
4545``` bash
4646# Use the last release branch
47- git clone -b v0.5.4.post3 https://github.com/sgl-project/sglang.git
47+ git clone -b v0.5.5 https://github.com/sgl-project/sglang.git
4848cd sglang
4949
5050# Compile sgl-kernel
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ We are also providing a DeepEP-compatible Library as a drop-in replacement of de
9999
100100``` shell
101101# Use the last release branch
102- git clone -b v0.5.4.post3 https://github.com/sgl-project/sglang.git
102+ git clone -b v0.5.5 https://github.com/sgl-project/sglang.git
103103cd sglang
104104
105105pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " sglang"
7- version = " 0.5.4.post3 "
7+ version = " 0.5.5 "
88description = " SGLang is a fast serving framework for large language models and vision language models."
99readme = " README.md"
1010requires-python = " >=3.10"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
66[project ]
77name = " sglang"
8- version = " 0.5.4.post3 "
8+ version = " 0.5.5 "
99description = " SGLang is a fast serving framework for large language models and vision language models."
1010readme = " README.md"
1111requires-python = " >=3.10"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " sglang"
7- version = " 0.5.4.post3 "
7+ version = " 0.5.5 "
88description = " SGLang is a fast serving framework for large language models and vision language models."
99readme = " README.md"
1010requires-python = " >=3.10"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " sglang"
7- version = " 0.5.4.post3 "
7+ version = " 0.5.5 "
88description = " SGLang is a fast serving framework for large language models and vision language models."
99readme = " README.md"
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments