Zhou Taichang

Projects

vLLM-Omni

core contributor
Founding contributor to vLLM-Omni, the open-source multimodal (any-to-any) LLM serving framework: built the initial engine core โ€” executor, worker, model runner โ€” in the repo's first week; then implemented the AR (autoregressive) engine (AR GPU model runner, scheduling components, Omni model abstractions, and multimodal output processing).
Designed and merged engine-level KV-cache management for the Block Diffusion Engine / DreamZero world model (RFC #4534), validated bit-exact; authored comprehensive documentation in BDE_doc.
Single-handedly performed every recurring upstream vLLM rebase (through v0.24.0): dependency and API alignment across 8 engine modules, wheel/CI pinning, and post-rebase review follow-ups (PR #4830)
Core reviewer for multimodal engine PRs: audio talkers (CosyVoice3, MOSS-TTS, Higgs-Audio), image generation (HunyuanImage3), XPU enablement; shipped production fixes for concurrent PCM audio streaming (issue #4411).

tzhouam.github.io

owner
Maintained personal website with automated PR-based refresh driven by the personal agent

personal-agent

owner
Built a personal assistant agent that auto-refreshes personal website (tzhouam.github.io) via automated PRs, processes profile updates, and delivers daily digests via email; integrates with OpenClaw bridge

vllm-omni-copilot

owner
Built a LangGraph multi-agent system that automates the rebase end-to-end โ€” parallel per-module LLM agents with plan-review gating, local pipeline testing, autonomous Buildkite CI debugging, and a self-improving skills/debug-memory knowledge layer (vllm-omni-copilot).
Packaged the automation as the vllm-omni-copilot CLI: a locked playbook wrapping the orchestrator for reproducible rebase/review runs