[model-gateway] fix xpu ci (#14012)

This commit is contained in:
Simo Lin
2025-11-26 10:33:59 -08:00
committed by GitHub
parent 8308cd3632
commit a0d9f6cdd8
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -27,8 +27,8 @@ jobs:
with:
filters: |
main_package:
- "python/**"
- "!python/sglang/multimodal_gen/**"
- "python/sglang/!(multimodal_gen)/**"
- "python/*.toml"
- "scripts/ci/**"
- "test/**"
- "sgl-kernel/**"
+1
View File
@@ -41,6 +41,7 @@ High-performance model routing control and data plane for large-scale LLM deploy
## Documentation
- **User Guide**: [docs.sglang.ai/advanced_features/router.html](https://docs.sglang.ai/advanced_features/router.html)
- Additional guides, API references, and deployment patterns are continuously updated alongside SGLang releases.
- **Tokenizer Module**: See [src/tokenizer/README.md](src/tokenizer/README.md) for tokenizer architecture and chat template support.
## Installation
### Prerequisites