[router] Release router 0.1.0 with dynamic scaling and fault tolerance (#2455)

This commit is contained in:
Byron Hsu
2024-12-11 13:42:35 -08:00
committed by GitHub
parent c0ee46fe10
commit 2e4a5907c9
2 changed files with 59 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "sglang-router"
version = "0.0.11"
version = "0.1.0"
description = "SGLang router is a standalone module implemented in Rust to achieve data parallelism across SGLang instances."
authors = [{name = "Byron Hsu", email = "byronhsu1230@gmail.com"}]
requires-python = ">=3.8"