Release v0.3.5.post1 (#2022)

This commit is contained in:
Lianmin Zheng
2024-11-13 10:27:12 -08:00
committed by GitHub
parent 54479d6f30
commit f407fcf9ef
5 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
# Usage (to build SGLang ROCm docker image):
# docker build --build-arg SGL_BRANCH=v0.3.5 -t testImage -f Dockerfile.rocm .
# docker build --build-arg SGL_BRANCH=v0.3.5.post1 -t testImage -f Dockerfile.rocm .
# default base image
ARG BASE_IMAGE="rocm/vllm-dev:20241022"