[router] Allow empty worker list for sglang.launch_router (#2979)

This commit is contained in:
Byron Hsu
2025-01-19 17:05:23 +08:00
committed by GitHub
parent 53cc91e504
commit ef18b0eda2
8 changed files with 46 additions and 17 deletions

View File

@@ -67,6 +67,16 @@ $ pip install -e .
**Note:** When modifying Rust code, you must rebuild the wheel for changes to take effect.
### Troubleshooting
1. If rust analyzer is not working in VSCode, set `rust-analyzer.linkedProjects` to the absolute path of `Cargo.toml` in your repo. For example:
```json
{
"rust-analyzer.linkedProjects": ["/workspaces/sglang/sgl-router/Cargo.toml"]
}
```
### CI/CD Setup
The continuous integration pipeline consists of three main steps: