prefill

Tag

Cards List
#prefill

Llama-CPP Parallel Agents --> fine for decode, but one agent's prefill will grind all other agents to a halt

Reddit r/LocalLLaMA · yesterday

A user reports that in Llama-CPP with parallel sub-agents, decode performance is great but a single agent's prefill (e.g., processing a web search) stalls all other agents, and asks for tuning suggestions.

0 favorites 0 likes
#prefill

Prefill vs. decoding and local LLM ROI: is prefill underrated?

Reddit r/LocalLLaMA · 2026-07-06

An analysis comparing prefill and decoding phases in LLM inference, questioning whether prefill is underappreciated in terms of ROI for local LLM deployments.

0 favorites 0 likes
#prefill

@_avichawla: Prefill & decode in LLM inference. Have you ever noticed that the first token from an LLM always takes a moment to appe…

X AI KOLs Timeline · 2026-06-29 Cached

Explains the two phases of LLM inference - prefill and decode - detailing how GPU bottlenecks shift from compute-bound during prefill to memory-bound during decode, and the importance of KV caching.

0 favorites 0 likes
#prefill

GLM 5.2 on Mac Studio Speedup PR

Reddit r/LocalLLaMA · 2026-06-23

GLM 5.2 delivers major performance gains on Mac Studio with 512GB RAM, achieving prefill speeds above 100 t/s at high context lengths and enabling 4-bit quantization for contexts over 100k tokens, as detailed in a pull request by the oMLX creator.

0 favorites 0 likes
#prefill

@robertnishihara: A great example of the importance of disaggregation in RL. From the paper LLM generation alternates between prefill and…

X AI KOLs Following · 2026-06-20 Cached

Robert Nishihara highlights a paper on disaggregating RL workloads, showing that using compute-optimized H800s for prefill and bandwidth-optimized H20s for decode can cut rollout times by 21-51% and 47% respectively, emphasizing that no single hardware type fits all stages.

0 favorites 0 likes
#prefill

Models Take Notes at Prefill: KV Cache Can Be Editable and Composable

arXiv cs.LG · 2026-06-17 Cached

This paper proposes that the KV cache in transformers acts as a notebook of memoized conclusions, enabling surgical editing and composition without full recomputation. The method achieves significant latency reductions while preserving decision equivalence across model scales.

0 favorites 0 likes
#prefill

ggml-webgpu: Improve prefill speeds for k-quants + refactor matmul for Q4/Q5/Q8 and k-quants by yomaytk · Pull Request #24225 · ggml-org/llama.cpp

Reddit r/LocalLLaMA · 2026-06-09 Cached

Improves prefill speeds for k-quants and refactors matrix multiplication for Q4/Q5/Q8 and k-quants in llama.cpp's WebGPU backend.

0 favorites 0 likes
#prefill

@rohanpaul_ai: Chamath on all important “prefill” and “decode.” in AI compute. Prefill is compute-bound; massive parallel GPUs win, so…

X AI KOLs Following · 2026-05-24 Cached

Chamath explains the two key phases of AI compute: prefill, which is compute-bound and favors parallel GPUs like Nvidia's, and decode, which is memory-bandwidth bound and depends on scanning previously generated tokens.

0 favorites 0 likes
← Back to home

Submit Feedback