[model-gateway] fix xpu ci (#14012)
This commit is contained in:
@@ -27,8 +27,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
filters: |
|
filters: |
|
||||||
main_package:
|
main_package:
|
||||||
- "python/**"
|
- "python/sglang/!(multimodal_gen)/**"
|
||||||
- "!python/sglang/multimodal_gen/**"
|
- "python/*.toml"
|
||||||
- "scripts/ci/**"
|
- "scripts/ci/**"
|
||||||
- "test/**"
|
- "test/**"
|
||||||
- "sgl-kernel/**"
|
- "sgl-kernel/**"
|
||||||
|
|||||||
@@ -41,6 +41,7 @@ High-performance model routing control and data plane for large-scale LLM deploy
|
|||||||
## Documentation
|
## Documentation
|
||||||
- **User Guide**: [docs.sglang.ai/advanced_features/router.html](https://docs.sglang.ai/advanced_features/router.html)
|
- **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.
|
- 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
|
## Installation
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|||||||
Reference in New Issue
Block a user