[misc] Rename minilb install env & remove files & fix lint (#13831)

This commit is contained in:
Liangsheng Yin
2025-11-24 13:50:00 +08:00
committed by GitHub
parent 414248e0d0
commit 981ca8313f
3 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +0,0 @@
raise RuntimeError(
"""The 'mini_lb' module has been relocated to the 'sglang_router' package.
We recommend installing 'sglang-router' with Rust support for optimal performance.
If you encounter issues building the router with Rust, set the environment variable
'SGLANG_ROUTER_BUILD_NO_RUST=1' and add '--mini-lb' to the command line to use the Python version of 'mini_lb'."""
)