Skip to content

Add B300 config: kimi-k2.5-int4-vllm (vLLM 0.20.0 + TP=4/EP=1 sweep)#1267

Merged
functionstackx merged 2 commits into
mainfrom
feat/kimi-int4-b300-vllm-0.20
May 3, 2026
Merged

Add B300 config: kimi-k2.5-int4-vllm (vLLM 0.20.0 + TP=4/EP=1 sweep)#1267
functionstackx merged 2 commits into
mainfrom
feat/kimi-int4-b300-vllm-0.20

Add B300 config: kimi-k2.5-int4-vllm (vLLM 0.20.0 + TP=4/EP=1 sweep)

c5654ec
Select commit
Loading
Failed to load commit list.
Claude / Claude Code Review completed May 3, 2026 in 11m 34s

Code review found 1 important issue

Found 4 candidates, confirmed 1. See review comments for details.

Details

Severity Count
🔴 Important 1
🟡 Nit 0
🟣 Pre-existing 0
Severity File:Line Issue
🔴 Important perf-changelog.yaml:1-9 perf-changelog.yaml entry prepended instead of appended

Annotations

Check failure on line 9 in perf-changelog.yaml

See this annotation in the file changed.

@claude claude / Claude Code Review

perf-changelog.yaml entry prepended instead of appended

The new `kimik2.5-int4-b300-vllm` entry in `perf-changelog.yaml` is prepended at the top of the file (lines 1-9), but AGENTS.md requires new entries to be appended to the END of the file. Move the new YAML block to the bottom of `perf-changelog.yaml`, after the most recent entry (PR #1265).