Release 0.4.1.post3 - upload the config.json to PyPI (#2647)

This commit is contained in:
Lianmin Zheng
2024-12-29 14:25:53 -08:00
committed by GitHub
parent 1703d766d8
commit 03d5fbfd44
6 changed files with 17 additions and 16 deletions

View File

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