"docs/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "9836f0e000cfd826a7a5099002253ed2becc13e0"
Unverified Commit 7b56e494 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

chore: bump v0.5.0rc1 (#9069)

parent 0ff6d1fc
...@@ -33,7 +33,7 @@ Add [performance optimization options](#performance-optimization-options) as nee ...@@ -33,7 +33,7 @@ Add [performance optimization options](#performance-optimization-options) as nee
```bash ```bash
# Installation # Installation
pip install "sglang[all]>=0.5.0rc0" pip install "sglang[all]>=0.5.0rc1"
# Launch # Launch
python3 -m sglang.launch_server --model deepseek-ai/DeepSeek-V3 --tp 8 --trust-remote-code python3 -m sglang.launch_server --model deepseek-ai/DeepSeek-V3 --tp 8 --trust-remote-code
......
...@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" ...@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "sglang" name = "sglang"
version = "0.5.0rc0" version = "0.5.0rc1"
description = "SGLang is yet another fast serving framework for large language models and vision language models." description = "SGLang is yet another fast serving framework for large language models and vision language models."
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
......
__version__ = "0.5.0rc0" __version__ = "0.5.0rc1"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment