File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
components/backends/sglang/docs Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ docker build \
2929 -f container/Dockerfile.sglang-wideep \
3030 -t dynamo-wideep-gb200 \
3131 --build-arg MODE=blackwell \
32- --build-arg SGLANG_IMAGE_TAG=v0.4.9.post6-cu128 -gb200 \
32+ --build-arg SGLANG_IMAGE_TAG=v0.5.0rc0-cu129 -gb200 \
3333 --build-arg ARCH=arm64 \
3434 --build-arg ARCH_ALT=aarch64 \
3535 .
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515
16- ARG SGLANG_IMAGE_TAG="v0.4.10 -cu126"
16+ ARG SGLANG_IMAGE_TAG="v0.5.0rc0 -cu126"
1717
1818FROM lmsysorg/sglang:${SGLANG_IMAGE_TAG}
1919
2020ARG MODE="hopper"
2121ARG ARCH="amd64"
2222ARG ARCH_ALT="x86_64"
2323ARG NIXL_UCX_REF="v1.19.x"
24- ARG NIXL_TAG="0.4.1 "
24+ ARG NIXL_TAG="0.5.0 "
2525ARG CMAKE_VERSION="3.31.8"
2626ARG RUST_VERSION="1.87.0"
2727ARG CARGO_BUILD_JOBS="16"
You can’t perform that action at this time.
0 commit comments