inference-speedup

Tag

Cards List
#inference-speedup

TreeGraft: Adaptive Multi-Drafter Grafting for Tree-Based Speculative Decoding

arXiv cs.CL · 2026-08-28 Cached

TreeGraft introduces a multi-drafter framework for tree-based speculative decoding, optimizing draft tree quality with adaptive scheduling to achieve significant inference speedups over single-drafter methods.

0 favorites 0 likes
#inference-speedup

@PyTorch: Use PyTorch-native libraries within the NVIDIA NeMo Framework to customize models to hit your exacting requirements for…

X AI KOLs Timeline · 2026-08-27 Cached

NVIDIA demonstrates how quantization-aware distillation (QAD) using NVIDIA Model Optimizer improves the Nemotron 3.5 Lightning model, reducing memory usage and increasing throughput while preserving accuracy for agentic benchmarks.

0 favorites 0 likes
#inference-speedup

@jimmysmith1919: Another nice release today. New draft models for speculative decoding of several of our LFM2.5 models. 1.2B: https://hu…

X AI KOLs Timeline · 2026-08-20 Cached

LiquidAI releases draft models for speculative decoding to accelerate their LFM2.5 models, achieving up to 2× faster inference on H100 and Apple silicon without quality degradation.

0 favorites 0 likes
#inference-speedup

incoai/Qwen3.8-27B-DFlash2

Hugging Face Models Trending · 2026-08-18 Cached

DFlash 2 is a block-diffusion draft model for speculative decoding that improves inference speed for the Qwen3.8-27B language model, offering higher acceptance length and throughput in benchmarks.

0 favorites 0 likes
#inference-speedup

Intern-S2-Mobius: Foundation Model with Decoupled Knowledge and Reasoning

Hugging Face Daily Papers · 2026-08-14 Cached

The paper introduces Mobius-v0, an architecture that decouples knowledge storage from reasoning to enhance efficiency, showing a 7B model achieves comparable performance with 62.6% training data and Intern-S2-Mobius delivers 4x inference speedup.

0 favorites 0 likes
#inference-speedup

FVAttn: Adaptive Sparse Attention with Runtime Load Balancing for Video Generation

Hugging Face Daily Papers · 2026-07-17 Cached

FVAttn is a training-free sparse attention system that uses runtime load balancing to improve distributed execution efficiency of adaptive sparse attention under multi-GPU sequence parallelism for video generation, achieving up to 4.41x attention speedup and 2.11x inference speedup over FlashAttention on step-distilled Wan2.2 I2V while maintaining competitive video quality.

0 favorites 0 likes
#inference-speedup

tried predicting which MoE experts get used next token to speed up cpu/gpu offload, got some real numbers, is this actually implementable or am i wasting my time (30tg/s -> 150-200tg/s)

Reddit r/LocalLLaMA · 2026-07-16

Explores predicting which MoE experts will be used for the next token to improve CPU/GPU offloading, achieving 30->150-200 tg/s speedup, and questions the feasibility of implementation.

0 favorites 0 likes
#inference-speedup

@_ARahim_: DeepSeek's DSpark speculative-decoding drafters, benchmarked on a Mac Native on Apple Silicon (MLX), lossless; identica…

X AI KOLs Timeline · 2026-07-07 Cached

mlx-dspark brings DeepSeek's DSpark and z-lab's DFlash speculative decoding drafters to Apple Silicon via MLX, enabling lossless speedup (~1.4–1.6×, up to 2× on code/math) and an OpenAI-compatible API for local inference.

0 favorites 0 likes
#inference-speedup

Ornith 35B works reasonably well with Qwen3.6 35B DFlash speculative model

Reddit r/LocalLLaMA · 2026-06-29

Ornith 35B shows 30-40% token generation speedup when paired with Qwen3.6 35B DFlash speculative model in llama-server, achieving 80% acceptance rate on mixed code and text, though prompt processing suffers.

0 favorites 0 likes
#inference-speedup

The Context-Ready Transformer

arXiv cs.CL · 2026-06-29 Cached

The paper introduces the context-ready transformer, a recurrent architecture that pre-contextualizes tokens before the transformer block, achieving significant inference speedups (e.g., 1.7x on A100) while matching or exceeding standard transformer performance with fewer layers.

0 favorites 0 likes
#inference-speedup

MeshFlow: Mesh Generation with Equivariant Flow Matching

Hugging Face Daily Papers · 2026-06-22 Cached

MeshFlow introduces an equivariant optimal-transport flow matching model for direct triangle mesh generation, achieving state-of-the-art quality while providing approximately 18x inference speedup over autoregressive methods.

0 favorites 0 likes
#inference-speedup

dMoE: dLLMs with Learnable Block Experts

Hugging Face Daily Papers · 2026-05-29 Cached

This paper proposes dMoE, a block-level mixture-of-experts framework for diffusion large language models that aggregates token-level expert distributions into block-level routing, reducing activated experts and memory usage while maintaining performance.

0 favorites 0 likes
#inference-speedup

Domino: Decoupling Causal Modeling from Autoregressive Drafting in Speculative Decoding

Hugging Face Daily Papers · 2026-05-28 Cached

Domino is a speculative decoding framework that decouples causal dependency modeling from autoregressive drafting, using a parallel backbone and lightweight causal refinement head to achieve up to 5.49× end-to-end speedup on Qwen3 models.

0 favorites 0 likes
#inference-speedup

Stage-adaptive Token Selection for Efficient Omni-modal LLMs

Hugging Face Daily Papers · 2026-05-19 Cached

SEATS is a training-free, stage-adaptive token selection method that reduces computational overhead in omni-modal LLMs by progressively pruning redundant visual and audio tokens, achieving a 9.3x FLOPs reduction and 4.8x prefill speedup while preserving 96.3% performance.

0 favorites 0 likes
#inference-speedup

Draft Less, Retrieve More: Hybrid Tree Construction for Speculative Decoding

Hugging Face Daily Papers · 2026-05-19 Cached

Graft is a training-free framework that enhances speculative decoding by combining pruning and retrieval to improve acceptance rates and inference speed, achieving up to 5.41x speedup on short-context benchmarks and up to 21.8% improvement over EAGLE-3 on Qwen3-235B.

0 favorites 0 likes
#inference-speedup

Post-Trained MoE Can Skip Half Experts via Self-Distillation

Hugging Face Daily Papers · 2026-05-18 Cached

ZEDA is a low-cost framework that converts post-trained static MoE models into dynamic ones by injecting zero-output experts and using self-distillation, achieving over 50% expert FLOP reduction with marginal accuracy loss on benchmarks.

0 favorites 0 likes
#inference-speedup

Factorization-Error-Free Discrete Diffusion Language Model via Speculative Decoding

arXiv cs.CL · 2026-05-15 Cached

This paper introduces FeF-DLLM, a discrete diffusion language model that eliminates factorization errors by using exact prefix-conditioned factorization and accelerates inference via speculative decoding, achieving significant improvements in accuracy and speed on benchmarks such as GSM8K and MATH.

0 favorites 0 likes
#inference-speedup

Orthrus: Memory-Efficient Parallel Token Generation via Dual-View Diffusion

Hugging Face Daily Papers · 2026-05-12 Cached

Orthrus is a dual-architecture framework that combines autoregressive LLMs with diffusion models for fast parallel token generation while maintaining exact inference fidelity via shared KV caches and consensus mechanisms, achieving up to 7.8x speedup.

0 favorites 0 likes
#inference-speedup

z-lab/dflash

GitHub Trending (daily) · 2026-05-08

DFlash introduces a block diffusion method for flash speculative decoding to enhance inference speed in large language models.

0 favorites 0 likes
← Back to home

Submit Feedback