Skip to content

Behavior fixes, throughput improvement, and startup time improvements - #1

Merged
kwindla merged 8 commits into
mainfrom
codex/promotion-assembly
Aug 10, 2026
Merged

Behavior fixes, throughput improvement, and startup time improvements#1
kwindla merged 8 commits into
mainfrom
codex/promotion-assembly

Conversation

@kwindla

@kwindla kwindla commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator
  • Post-function-call pair recovery. Fixed bug that could lead to model state corruption after a tool call.
  • Dedicated PAD-pair CUDA graph. Added a hash-qualified FULL CUDA graph for the exact Nano PAD-pair shape. This is the two-token speculative decoding code path that gets us down to <160ms average inference time for two 80ms audio input chunks, on DGX Spark.
  • Exact EarTTS constants. Precomputed exact constants for EarTTS (stage A, pre-padded rvq_embs), qualified by A/B comparison. (Stage B, cached norms, was excluded because it regressed.)
  • Baked cold-start cache. The assembled image ships a freshly generated vLLM compile cache (built by cold-booting the assembled sources, ~365 s, then baking the cache tree into the image) under an explicit capture contract, with a hashed manifest and provenance records. This cuts startup time from approximately 7 minutes to approximately 5 minutes.

kwindla and others added 8 commits August 7, 2026 22:41
Hash-qualified vLLM patch for a query_len=2 FULL CUDA graph, container
build, and bitwise gate tooling. Checkpointed as-is after the 2026-08-07
host OOM killed the first gate run (gpu_memory_utilization=0.55 default,
no container memory limit); gate has not yet passed.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@kwindla
kwindla merged commit a7cb5c2 into main Aug 10, 2026
1 check failed
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