Release v0.4.6 (#5795)

This commit is contained in:
Baizhou Zhang
2025-04-27 14:07:05 -07:00
committed by GitHub
parent f9fb33efc3
commit 84022c0e56
7 changed files with 14 additions and 13 deletions

View File

@@ -20,7 +20,8 @@ FILES_TO_UPDATE = docker/Dockerfile.rocm \
python/pyproject.toml \
python/sglang/version.py \
docs/developer/setup_github_runner.md \
docs/start/install.md
docs/start/install.md \
benchmark/deepseek_v3/README.md
update: ## Update version numbers across project files. Usage: make update <new_version>
@if [ -z "$(filter-out $@,$(MAKECMDGOALS))" ]; then \