Skip to content

Add DP ViT support for Kimi K2.5#18689

Merged
yhyang201 merged 2 commits intosgl-project:mainfrom
yhyang201:support-kimi-k2.5-vitdp
Feb 18, 2026
Merged

Add DP ViT support for Kimi K2.5#18689
yhyang201 merged 2 commits intosgl-project:mainfrom
yhyang201:support-kimi-k2.5-vitdp

Conversation

@yhyang201
Copy link
Collaborator

@yhyang201 yhyang201 commented Feb 12, 2026

Motivation

Add DP ViT support for Kimi K2.5

launch:

python3 -m sglang.launch_server \
  --model-path moonshotai/Kimi-K2.5 \
  --tp 8 \
  --trust-remote-code \
  --tool-call-parser kimi_k2 \
  --reasoning-parser kimi_k2 \
  --mm-enable-dp-encoder \
  --model-loader-extra-config '{"enable_multithread_load": true, "num_threads": 8}'

eval:

uv run python eval.py ocrbench --model kimi/your-model-id \
    --think-mode opensource --max-tokens 8192 --stream \
    --top-p 0.95 --temperature 0.6

Results (OCRBench):

accuracy: 0.929
stderr: 0.008

Modifications

Accuracy Tests

Benchmarking and Profiling

Checklist

Review Process

  1. Ping Merge Oncalls to start the PR flow. See the PR Merge Process.
  2. Get approvals from CODEOWNERS and other reviewers.
  3. Trigger CI tests with comments or contact authorized users to do so.
    • /tag-run-ci-label, /rerun-failed-ci, /tag-and-rerun-ci
  4. After green CI and required approvals, ask Merge Oncalls to merge.

@gemini-code-assist
Copy link
Contributor

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@yhyang201
Copy link
Collaborator Author

/tag-and-rerun-ci

@JustinTong0323
Copy link
Collaborator

/rerun-failed-ci

@yhyang201 yhyang201 merged commit 5a7ae05 into sgl-project:main Feb 18, 2026
326 of 361 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants