inference-optimization

Tag

Cards List
#inference-optimization

Two flags took the official Ling-3.0-flash INT4 from 20.8 to 38.7 tok/s on one DGX Spark

Reddit r/LocalLLaMA · yesterday

This post describes two configuration flags that increase the official Ling-3.0-flash INT4 inference speed from 20.8 to 38.7 tok/s on a single DGX Spark, while warning about the need for a specific vLLM fork and noting tradeoffs with long-context performance.

0 favorites 0 likes
#inference-optimization

Auto-fit vs tuned MoE offload: 564 → 1330 pp tok/s, unchanged decode (Qwen3.6-35B-A3B Q6 / RTX 3090)

Reddit r/LocalLLaMA · 5d ago

A developer benchmarks Qwen3.6-35B-A3B Q6 on an RTX 3090, showing that offloading eight MoE expert layers to CPU and increasing batch sizes improves prompt processing by 2.36× (564→1330 tok/s) with no decode speed regression, using evolutionary search to find the tuning config.

0 favorites 0 likes
#inference-optimization

Elbow-Based MoE Routing: A Training-Free Inference Time Plugin for Expert Selection

arXiv cs.LG · 5d ago Cached

This paper introduces elbow-based routing, a training-free inference-time method for MoE models that dynamically adjusts the number of active experts per token by detecting the elbow point in router probability distributions, achieving a 5.3% average latency reduction while maintaining accuracy.

0 favorites 0 likes
#inference-optimization

Practical Online KV Cache Compaction for LLM Agents: An Empirical Study

arXiv cs.CL · 2026-08-04 Cached

This empirical study examines practical online KV cache compaction for LLM agents, comparing token eviction and attention matching methods under different proxy query sources. It finds that delaying compaction to use future agent queries recovers performance, and token eviction preserves accuracy while reducing KV cache by 80%.

0 favorites 0 likes
#inference-optimization

Fast Gemma's Verified Inference Optimization Recipe (7 minute read)

TLDR AI · 2026-08-04 Cached

The VIDRAFT team shares their verified state-of-the-art inference optimization recipe for the Fast Gemma Challenge, achieving 510.58 TPS on a single A10G with PPL 2.39 using a fully public vLLM-based config.

0 favorites 0 likes
#inference-optimization

Smaller, faster, safer: running Kimi and GLM at scale

Hacker News Top · 2026-08-03 Cached

Cloudflare details how it serves large open-source MoE models like Kimi K2.6 and GLM 5.2 efficiently using FP8 KV cache quantization and weight compression, boosting throughput and cutting costs without accuracy loss.

0 favorites 0 likes
#inference-optimization

BLADE: Boundary-Expanded and Layer-Adaptive Dynamic Exit for Efficient LLM Reasoning

arXiv cs.CL · 2026-08-03 Cached

BLADE is a lightweight framework that dynamically terminates LLM reasoning by expanding probe checkpoints to sentence, self-doubt, and paragraph boundaries, while adaptively selecting informative hidden layers. Experiments on Qwen3 models show near-baseline accuracy with 24.8% token reduction on Qwen3-8B and 15.8% on Qwen3-4B.

0 favorites 0 likes
#inference-optimization

@wafer_ai: BREAKING We're on Hacker News again we figured out how to serve Kimi K3 at 3.8x higher throughput and 71% lower cost on…

X AI KOLs Following · 2026-08-02 Cached

Wafer announces that it can serve Kimi K3 on AMD MI355X at 3.8x higher throughput and 71% lower cost than on B200 nodes, arguing that AMD's large VRAM and software support make it the best performance-per-dollar choice for frontier models.

0 favorites 0 likes
#inference-optimization

Deepseek v4 flash - 100-150 faster t/s in prefill/pp.

Reddit r/LocalLLaMA · 2026-08-02

This post shares fixes to improve DeepSeek v4 Flash prefill/PP speed: downgrading CUDA from 13.3 to 13.1 or using a custom fork, achieving up to 1.3K prompt processing tokens/s.

0 favorites 0 likes
#inference-optimization

How Kimi K3 Engineered Its Way to the Frontier [R]

Reddit r/MachineLearning · 2026-07-30

Kimi K3 by Moonshot is an open-weight model ranking fourth among 580 models, featuring innovations like Kimi Delta Attention to reduce KV cache memory, Quantile Balancing for expert load balancing, and AgentENV for efficient RL training sandboxing.

0 favorites 0 likes
#inference-optimization

GPT-5.6 Sol helped optimize its own inference

Reddit r/singularity · 2026-07-29

OpenAI's blog post describes how GPT-5.6 Sol, a new frontier model, uses self-optimization to improve its own inference efficiency while maintaining high intelligence.

0 favorites 0 likes
#inference-optimization

How GPT-5.6 fuses frontier intelligence with frontier efficiency

OpenAI Blog · 2026-07-29 Cached

OpenAI announces the GPT-5.6 model family, including Sol, Terra, and Luna, which achieve frontier intelligence with significantly improved efficiency and cost reductions, backed by innovations in inference and agentic harness.

0 favorites 0 likes
#inference-optimization

@eisokant: Excited to launch http://MLX.fast with @eigenlabs today. It's an open autoresearch competition to make Laguna XS 2.1 in…

X AI KOLs Following · 2026-07-28 Cached

Eigen Labs launches an open autoresearch competition called MLX.fast to optimize inference speed of the Laguna XS 2.1 model on consumer Macs, aiming to make it as fast as possible via community contributions.

0 favorites 0 likes
#inference-optimization

spec: add DSpark speculative decoding by wjinxu · Pull Request #25173 · ggml-org/llama.cpp

Reddit r/LocalLLaMA · 2026-07-28 Cached

Adds DSpark speculative decoding support to llama.cpp via pull request, enhancing inference performance.

0 favorites 0 likes
#inference-optimization

MM-ShiftKV: Decode-Aware Prefill-Stage KV Selection for Multimodal Large Language Models

arXiv cs.AI · 2026-07-28 Cached

MM-ShiftKV is a training-free method that improves KV cache selection for multimodal LLMs by approximating decoding-time query behavior during prefilling, reducing memory footprint while preserving performance.

0 favorites 0 likes
#inference-optimization

PorTAL (1 minute read)

TLDR AI · 2026-07-28 Cached

Introduces Latent Briefing, a method for multi-agent systems to communicate via KV cache compaction, achieving 31% fewer tokens with same accuracy and up to 20x speedup.

0 favorites 0 likes
#inference-optimization

Ornith-397B running at Q4 on a single RTX PRO 6000 Blackwell 96GB - 2,354 tok/s prefill, ~20–24 tok/s decode

Reddit r/LocalLLaMA · 2026-07-27

Krasis, a MoE-focused runtime, enables running the 397B-parameter Ornith model on a single RTX PRO 6000 Blackwell 96GB GPU with ~20-24 tok/s decode by dynamically managing expert residency in VRAM.

0 favorites 0 likes
#inference-optimization

For V100 Users: SGLang running Qwen+Dflash and Laguna

Reddit r/LocalLLaMA · 2026-07-27

Modified SGLang to support Qwen and Laguna models on V100 GPUs using custom FlashAttention and Marlin kernels, achieving decent throughput on 4xV100 hardware.

0 favorites 0 likes
#inference-optimization

How we built the new fastest API for GLM-5.2 (5 minute read)

TLDR AI · 2026-07-27 Cached

Baseten details how it built the fastest API for GLM-5.2, achieving over double the launch-day performance and introducing a latency-optimized Fast version for coding and agents, with further improvements planned.

0 favorites 0 likes
#inference-optimization

tested the chain of draft paper on my own setup. 74% fewer tokens for the exact same answers.

Reddit r/AI_Agents · 2026-07-24

The author tested the chain of draft paper on their own setup, achieving 74% fewer tokens for the exact same answers.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback