RepoJournal
Local LLMs Local LLMs
46 wires and counting

$ follow Local LLMs

Keep up with Local LLMs in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-09-01
stories 252

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

vLLM bounds validation errors, AutoRound FP8 arrives

By RepoJournal · Filed · About Local LLMs

vLLM shipped a security fix bounding validation-error response bodies and added AutoRound block-wise FP8 support, while llama.cpp and sglang pushed kernel fusions for Blackwell and ROCm.

vLLM '[Bugfix][Security] Bound the validation-error response body' [1] prevents unbounded error responses, a potential DoS vector. vLLM also added AutoRound format block-wise FP8 support [2], enabling quantization-aware inference for that format. For GPU memory, vLLM introduced `max_num_queued_reqs` and `max_num_queued_tokens` [3] to cap the previously unbounded request queue, letting operators reject work early and signal load balancers. In llama.cpp, the SYCL backend now supports both level zero and SYCL APIs for getting free GPU memory [4], overcoming limitations that left some Intel GPUs like Arc770 unsupported. The CUDA backend extended MoE fusion to specdec 2-8 tokens , and a new ROCm TOP_K path for rows over 1024 elements [5] targets DeepSeek-V4 long-context decoding. On macOS, new fa-vec tunings for M1 [6] arrived after a 48-hour sweep. sglang fused Qwen-Image residual norm with NVFP4 quantization [7] and FLUX.2 gated residual normalization [8] on Blackwell, plus an FP8 QKV projection fusion [9]. As the PR notes, the new sglang kernels let "one Blackwell JIT kernel now performs" multiple operations [7]. sglang also bumped sgl-deep-gemm to 0.1.7 [10] for nvfp4 megamoe support.

Action items

References

  1. [1] [Bugfix][Security] Bound the validation-error response body (#54684) ↗ vllm-project/vllm
  2. [2] [AutoRound] Support AutoRound Format Block-Wise FP8 in vLLM ↗ vllm-project/vllm
  3. [3] [Core] Add `max_num_queued_reqs` and `max_num_queued_tokens` for queue size management ↗ vllm-project/vllm
  4. [4] [SYCL] Enhance to get the free memory of Intel GPU ↗ ggml-org/llama.cpp
  5. [5] ROCm: add radix TOP_K for long rows ↗ ggml-org/llama.cpp
  6. [6] metal : add fa-vec tunings for M1 ↗ ggml-org/llama.cpp
  7. [7] [Diffusion] Fuse Qwen-Image residual norm and NVFP4 quantization ↗ sgl-project/sglang
  8. [8] [Diffusion] Fuse FLUX.2 gated residual normalization on Blackwell ↗ sgl-project/sglang
  9. [9] [Diffusion] Fuse Qwen-Image FP8 QKV projection and Blackwell epilogue ↗ sgl-project/sglang
  10. [10] Bump sgl-deep-gemm to 0.1.7 ↗ sgl-project/sglang

Quick answers

What shipped in Local LLMs on September 1, 2026?
vLLM shipped a security fix bounding validation-error response bodies and added AutoRound block-wise FP8 support, while llama.cpp and sglang pushed kernel fusions for Blackwell and ROCm. In total, 121 commits, 121 pull requests, and 10 releases landed.
Who contributed to Local LLMs on September 1, 2026?
15 developers shipped this update, including marcelpetrick, dhiltgen, 王金旭, arthw, ynankani, nikwen, jadenmach2, and lzhan011, and 7 more.
What were the notable Local LLMs updates?
[Bugfix][Security] Bound the validation-error response body (#54684), [AutoRound] Support AutoRound Format Block-Wise FP8 in vLLM, and [Core] Add `max_num_queued_reqs` and `max_num_queued_tokens` for queue size management.