[model-gateway] release smg 0.3.0 (#15781)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "sgl-model-gateway"
|
name = "sgl-model-gateway"
|
||||||
version = "0.2.4"
|
version = "0.3.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "sgl-model-gateway-golang"
|
name = "sgl-model-gateway-golang"
|
||||||
version = "0.2.4"
|
version = "0.3.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "sgl-model-gateway-python"
|
name = "sgl-model-gateway-python"
|
||||||
version = "0.2.4"
|
version = "0.3.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ build-backend = "maturin"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "sglang-router"
|
name = "sglang-router"
|
||||||
version = "0.2.4"
|
version = "0.3.0"
|
||||||
description = "High-performance Rust-based load balancer for SGLang with multiple routing algorithms and prefill-decode disaggregation support"
|
description = "High-performance Rust-based load balancer for SGLang with multiple routing algorithms and prefill-decode disaggregation support"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Simo Lin", email = "linsimo.mark@gmail.com"},
|
{name = "Simo Lin", email = "linsimo.mark@gmail.com"},
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__version__ = "0.2.4"
|
__version__ = "0.3.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user