Skip to content

K3 blog update - #285

Open
xianbaoqian wants to merge 5 commits into
mainfrom
k32
Open

K3 blog update#285
xianbaoqian wants to merge 5 commits into
mainfrom
k32

Conversation

@xianbaoqian

Copy link
Copy Markdown
Collaborator

No description provided.

xianbaoqian and others added 4 commits July 27, 2026 13:49
Draft skeleton for _posts/2026-07-27-k3.md following the preview post's structure (frontmatter + section headings). Placeholders only — no performance numbers or technical claims yet.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@xianbaoqian xianbaoqian changed the title K32 K3 blog update Jul 27, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 27, 2026

Copy link
Copy Markdown

Deploying vllm-blog-source with  Cloudflare Pages  Cloudflare Pages

Latest commit: ec0f1b5
Status: ✅  Deploy successful!
Preview URL: https://c47a96b3.vllm-blog-source.pages.dev
Branch Preview URL: https://k32.vllm-blog-source.pages.dev

View logs

@chatgpt-codex-connector

Copy link
Copy Markdown

💡 Codex Review

--nnodes 2 \
--node-rank 0 \

P2 Badge Include the missing worker launch for the two-node server

This reproduction block declares --nnodes 2 but only shows the rank-0 server and leaves --master-addr at its localhost default. In vLLM's multiprocessing multi-node launch, the other node must also be started with its own --node-rank 1 --headless --master-addr <HEAD_NODE_IP> command; copied as-is, the head rank waits for a missing peer before any benchmark can run. Please either include the worker-node command or make this a single-node TP8 recipe.


--speculative-config '{"model":"Inferact/Kimi-K3-DSpark","method":"dspark","num_speculative_tokens":7,"attention_backend":"FLASHINFER_MLA","draft_sample_method":"probabilistic","rejection_sample_method":"block"}'

P2 Badge Split the benchmark server runs by speculative mode

Because this vllm serve command is launched with --speculative-config, the immediately following vllm-bench run labeled “no speculative decoding” still measures the DSpark/speculative path. That makes the reproduction instructions unable to reproduce the non-DSpark throughput numbers; please show a separate serve command without this flag for the no-spec run, or move this flag to a second server run used only for the DSpark benchmark.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant