throughput

Tag

Cards List
#throughput

DSpark: Confidence-Scheduled Speculative Decoding with Semi-Autoregressive Generation

Hugging Face Daily Papers · 2026-07-06 Cached

DSpark is a speculative decoding framework that combines semi-autoregressive draft generation with confidence-scheduled verification to accelerate LLM inference and improve throughput in high-concurrency settings.

0 favorites 0 likes
#throughput

@wafer_ai: BREAKING: these engineers figured out how to serve GLM 5.2 on @AMD MI355X at 2626 tok/s/node and 213 tok/s single strea…

X AI KOLs Timeline · 2026-07-03 Cached

Engineers successfully serve GLM 5.2 on AMD MI355X at 2626 tok/s per node and 213 tok/s single stream, achieving ~80% of B200 throughput at over 2x lower cost than Blackwell.

0 favorites 0 likes
#throughput

@AnjneyMidha: very cool

X AI KOLs Following · 2026-06-30 Cached

Etched announced it is coming out of stealth after successful A0 tapeout, with $1B+ customer contracts and $800M raised, claiming SOTA inference performance on its first racks shipping this summer.

0 favorites 0 likes
#throughput

@gabriel1: inference will be the biggest market in the world, intelligence is in infinite demand etched is bringing the AI Summer

X AI KOLs Timeline · 2026-06-30 Cached

Etched, an AI inference hardware startup, exited stealth after raising $800M and securing over $1B in customer contracts. Their first racks ship this summer, claiming state-of-the-art throughput, latency, and power efficiency.

0 favorites 0 likes
#throughput

@dzhulgakov: DSpark from @deepseek_ai ingeniously integrates many speculative decoding ideas to achieve 1.5x to 5x higher throughput…

X AI KOLs Following · 2026-06-27 Cached

DSpark from DeepSeek AI integrates speculative decoding ideas to achieve 1.5x to 5x higher throughput in production systems. This thread explains 10 key ideas from the basics.

0 favorites 0 likes
#throughput

@Hikari_07_jp: I got DeepSeek-V4-Flash MTP speculative decoding actually working on 2× RTX PRO 6000 +38% single-stream throughput. It …

X AI KOLs Timeline · 2026-06-24 Cached

Achieved DeepSeek-V4-Flash MTP speculative decoding on 2× RTX PRO 6000 with a 38% throughput increase by fixing a mis-routed quantization format issue.

0 favorites 0 likes
#throughput

@PyTorch: While SGLang provided Day-0 support for DeepSeek-V4, the collaboration between the @lmsysorg and @NVIDIAAI engineering …

X AI KOLs Following · 2026-06-23 Cached

SGLang provided Day-0 support for DeepSeek-V4, and collaboration between LMSys and NVIDIA engineering teams achieved up to 5x throughput increase in production, with improvements shown on the SemiAnalysis InferenceX dashboard.

0 favorites 0 likes
#throughput

8-16 MI50s Minimax M3 @19 tps TG (peak)

Reddit r/LocalLLaMA · 2026-06-21

Reports a peak throughput of 19 tokens per second for the Minimax M3 model running on 8-16 MI50 GPUs.

0 favorites 0 likes
#throughput

@seiji_________: Today we are excited to announce, in partnership with the GKE team at Google Cloud (@googlecloud), a major milestone in…

X AI KOLs Following · 2026-06-18 Cached

Ray Serve LLM achieves up to 4x higher throughput on prefill-heavy workloads and 24x on decode-heavy workloads in Ray 2.56, matching rust-based routing frameworks like vllm-router in production benchmarks, announced in partnership with Google Cloud GKE team.

0 favorites 0 likes
#throughput

Kimi K2.7 Code High Speed costs 2x for roughly 5x the throughput so I only route part of the agent to it

Reddit r/AI_Agents · 2026-06-18

The Kimi K2.7 Code High Speed model offers 5x throughput at 2x cost, leading to selective routing within an agent system.

0 favorites 0 likes
#throughput

A Guide to AI Inference Engineering (17 minute read)

TLDR AI · 2026-06-16 Cached

This guide explains the discipline of AI inference engineering, covering the split between prefill and decoding phases, the shift from closed to open models, and optimization techniques for latency, throughput, and cost.

0 favorites 0 likes
#throughput

DFlash and Spec V2 Decoding (14 minute read)

TLDR AI · 2026-06-16 Cached

Z Lab, SGLang, and Modal release DFlash, a new speculative decoding model for Qwen 3.5 397B-A17B that uses block diffusion and KV injection to achieve over 4x throughput improvement over baseline and 1.5x over native MTP.

0 favorites 0 likes
#throughput

@charles_irl: Many are belatedly realizing that intelligence must be open. For open intelligence to succeed, developers must work tog…

X AI KOLs Following · 2026-06-15 Cached

A collaboration between Modal, SGLang, and Z Lab integrates DFlash speculation into SGLang, achieving up to 4.3x throughput improvement for Alibaba's Qwen 397B-A17B model, advancing open intelligence.

0 favorites 0 likes
#throughput

@lmsysorg: New blog: The next generation of speculative decoding: DFlash and Spec V2 DFlash + Spec V2 hit >4.3X baseline throughpu…

X AI KOLs Following · 2026-06-15 Cached

New research on DFlash and Spec V2 speculative decoding methods achieves >4.3X baseline throughput for LLM inference, released as the default speculative decoding engine in SGLang.

0 favorites 0 likes
#throughput

@lvwerra: The Gemma agent collaboration started 48h ago and it is blowing up: > throughput almost 4x (~100-> 387 tok/s) > 60+ age…

X AI KOLs Following · 2026-06-11 Cached

A multi-agent collaboration using Gemma models achieved major throughput gains and exhibited emergent social behaviors like forming coalitions, issuing ethical statements, and coordinating resources, with over 60 agents and 250 submissions in 48 hours.

0 favorites 0 likes
#throughput

Xiaomi & TileRT just hit 1,000+ TPS on a 1-Trillion Parameter model… on standard commodity GPUs. It’s over for custom silicon?

Reddit r/singularity · 2026-06-10

Xiaomi and TileRT achieved over 1,000 tokens per second inference on a 1-trillion parameter model using standard commodity GPUs, suggesting a major alternative to custom silicon.

0 favorites 0 likes
#throughput

2X tk/s (from 19.4 -> 38.1 tk/s on 1 x MI50) Playing with a hypothesis like speculative decoding.. but instead of an additional side model, exploiting that I can run multiple computations side-by-side AS IF I had Qwen3.6-27B loaded twice in memory - small quants don't use all the available compute.

Reddit r/LocalLLaMA · 2026-06-09 Cached

Packed Twin Inference (PTI) is a technique that achieves ~2× LLM throughput by running multiple token sequences in a single batch decode, exploiting weight sharing in llama.cpp without needing a draft model or additional VRAM.

0 favorites 0 likes
#throughput

@msimoni: One thing I keep thinking about: with S3-like object storage as primitive, you could build a transactional database wit…

X AI KOLs Timeline · 2026-05-30

A tweet discusses the idea of building a transactional database with infinite throughput using S3-like object storage and content-addressing, where blocks are written in parallel and the root hash is updated periodically.

0 favorites 0 likes
#throughput

@rohanpaul_ai: Amazon unveiled “Resilient Network Graphs,” (RNG) a data center network that reduces hardware needs by 69% and raises t…

X AI KOLs Following · 2026-05-30 Cached

Amazon unveiled 'Resilient Network Graphs' (RNG), a data center network design that reduces hardware needs by 69% and increases throughput by 33%, now default for most AWS workloads after quiet deployment since last year.

0 favorites 0 likes
#throughput

Qwen 3.6 benchmarks on 2x RTX PRO 6000

Reddit r/LocalLLaMA · 2026-05-25

Benchmarks for Qwen 3.6 27B and 35B models on dual RTX PRO 6000 GPUs using VLLM, showing generation throughput up to 3500 tokens per second.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback