Add blog post: Glassbox — Grab vLLM's Attention#183
Draft
dmaniloff wants to merge 6 commits intovllm-project:mainfrom
Draft
Add blog post: Glassbox — Grab vLLM's Attention#183dmaniloff wants to merge 6 commits intovllm-project:mainfrom
dmaniloff wants to merge 6 commits intovllm-project:mainfrom
Conversation
68d76dc to
9e6c0bb
Compare
Introduces glassbox, a vLLM plugin for extracting structured signals from transformer attention during inference. Covers research-informed signals, matrix-free SVD for inference efficiency, and vLLM-native integration via custom attention backends. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Diego Maniloff <diego.maniloff@gmail.com>
…ision - Add LapEigvals (EMNLP 2025) as 5th signal group - Update YAML config to current signal names (spectral, routing, tracker, selfattn, laplacian) - Add "Running glassbox" section with three run modes (vllm serve, glassbox-run, glassbox-extract) - Add signal emission subsection (JsonlHandler, OtelHandler, custom handlers) - Rewrite vision section around closing the loop: inline detection, RFC #36998 ABORT/CONTINUE, external serving, llm-d shadow mode - Fix post-softmax description: clarify difference from FlashAttention tiling Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Diego Maniloff <diego.maniloff@gmail.com>
Show actual glassbox-run command and cleaned-up log output from a real OPT-125m run. Add "What the features tell you" subheading for the ratio trajectory table. Update table values to match real run. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Diego Maniloff <diego.maniloff@gmail.com>
Signed-off-by: Diego Maniloff <diego.maniloff@gmail.com>
Signed-off-by: Diego Maniloff <diego.maniloff@gmail.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Diego Maniloff <diego.maniloff@gmail.com>
9e6c0bb to
36ac891
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Post structure
Three design pillars:
vllm.general_plugins, no source modificationsAlso covers:
vllm serve,glassbox-run,glassbox-extract