Hyperloom Specialist 与配置调优:一个 Agentic 调参系统的源码拆解
ai-systems / llm-inference
vLLM Async Scheduling:三态配置、投机解码与状态提交
ai-systems / llm-inference
Kimi K3:架构、训练与推理系统研究
ai-systems / llm-inference
推理并行:DP、TP、PP、EP 与 CP 怎么选
ai-systems / llm-inference
推理 Kernel / Runtime 优化:少搬、少启、少等
ai-systems / llm-inference
KV Cache Hit Ratio 修正模型:从直觉到统一公式
ai-systems / llm-inference
MoE 推理:Expert Parallelism(EP)、显存与调度
ai-systems / llm-inference
模拟器建模指南:显存与吞吐公式
ai-systems / llm-inference
Token Flow 与 Hidden State:从 Attention 到 LM Head
ai-systems / llm-inference
LLM 推理系统全栈地图
ai-systems / llm-inference
KV Cache:推理性能的命根子
ai-systems / llm-inference
量化:从 Scale 到 W4A8 的完整坐标
ai-systems / llm-inference
从 AVX/AMX 到 Tensor Core:CPU 工程师理解 LLM 量化
ai-systems / llm-inference
FP4/FP8 量化:值域、Scale 与运行时合同
ai-systems / llm-inference
GLM-5.2 量化执行图:W4A8、BMM 与 KV8
ai-systems / llm-inference
量化方法与评测:从 PTQ/QAT 到可复现实验
ai-systems / llm-inference
Attention 架构演化:从多头注意力(MHA)到 GQA、MLA
ai-systems / llm-inference
从 Profiling 到 Simulation:推理性能分析的证据链方法
ai-systems / profiling
Prefill Trace:Worker 供给、DSA/MLA 与 Chunked Prefill
ai-systems / llm-inference
GDN 与 Chunked Prefill:为什么 prepare_chunk_indices 会出现在 trace 里
ai-systems / llm-inference
DeepSeek MLA:低秩 KV Cache 与推理效率
ai-systems / llm-inference
Chunked Prefill 深入分析:调度、Chunk Size 与 Attention 形状
ai-systems / llm-inference
DeepSeek-V3 Technical Report:中英对照解读
ai-systems / llm-inference
DSpark 与 MTP:DeepSeek 投机解码调研
ai-systems / llm-inference
Causal Attention:为什么 KV hit 后 Attention 按 1 - h² 缩放
ai-systems / llm-inference
Agentic Infra:LLM 推理性能优化与 GPU 利用率提升
ai-systems / llm-inference
Agentic AWP:规模化 Profiling 驱动的 GPU 效率 Breakdown 与能力体系
ai-systems / profiling
01. 什么是 AI 推理
ai-systems / reasoning
02. Reasoning Model、Agent 与长任务
ai-systems / reasoning
03. RAG、Memory、Fine-tuning 与 Distillation
ai-systems / reasoning
CUDA Agent
ai-systems / gpu-computing
Compute-bound vs Memory-bound:推理的两大瓶颈
ai-systems / llm-inference
批处理与调度:推理服务的灵魂
ai-systems / llm-inference
投机解码:突破 decode 一次只出一个 token 的限制
ai-systems / llm-inference