Update docs (#13391)

Co-authored-by: sglang-bot <sglangbot@gmail.com>
This commit is contained in:
Lianmin Zheng
2025-11-16 19:36:33 -08:00
committed by GitHub
co-authored by sglang-bot
parent 2a5773440e
commit 7e626d12b7
20 changed files with 115 additions and 190 deletions
+5 -10
View File
@@ -26,7 +26,7 @@ dependencies:
- '**/requirements*.txt'
- '**/Cargo.toml'
- '**/Cargo.lock'
- '**/pyproject.toml'
- '**/pyproject*.toml'
- '**/setup.py'
- '**/poetry.lock'
- '**/package.json'
@@ -36,31 +36,27 @@ dependencies:
Multi-modal:
- changed-files:
- any-glob-to-any-file:
- '**/vision/**/*'
- '**/multimodal/**/*'
- '**/vlm/**/*'
- '**/*multimodal*'
- '**/*vision*'
- '**/*vlm*'
# LoRA
lora:
- changed-files:
- any-glob-to-any-file:
- '**/lora/**/*'
- '**/*lora*'
# Quantization
quant:
- changed-files:
- any-glob-to-any-file:
- '**/quant/**/*'
- '**/*quant*'
- '**/awq/**/*'
- '**/gptq/**/*'
- '**/*quantization*'
# Speculative decoding
speculative-decoding:
- changed-files:
- any-glob-to-any-file:
- '**/speculative/**/*'
- '**/*speculative*'
# AMD specific
@@ -80,5 +76,4 @@ deepseek:
hicache:
- changed-files:
- any-glob-to-any-file:
- '**/hicache/**/*'
- '**/*hicache*'