Rename rust folder to sgl-router (#2464)

Signed-off-by: Ata Fatahi <immrata@gmail.com>
This commit is contained in:
Ata Fatahi
2024-12-12 12:40:41 -05:00
committed by GitHub
parent 2673fa29d4
commit e3b3acfa6f
22 changed files with 13 additions and 13 deletions

View File

@@ -0,0 +1,11 @@
# a lightweihgt wrapper on router with argument type and comments
from sglang_router_rs import PolicyType
# no wrapper on policy type => direct export
from .router import Router
__all__ = ["Router", "PolicyType"]
from sglang_router.version import __version__
__all__ += ["__version__"]