跳转到主要内容
LLM 推理

28 篇相关文章

从 Profiling 到 Simulation:推理性能分析的证据链方法

ai-systems / profiling

profilingsimulationllm-inferenceperformance-analysis +1

MoE 推理:Expert 并行、显存与调度机制

ai-systems / llm-inference

moeexpert-parallelisminference

Prefill Trace:Worker 供给、DSA/MLA 与 Chunked Prefill

ai-systems / llm-inference

llm-inferenceprefilltracemla +2

GDN 与 Chunked Prefill:为什么 prepare_chunk_indices 会出现在 trace 里

ai-systems / llm-inference

llm-inferencegdnqwen3nextchunked-prefill +3

DeepSeek MLA:低秩 KV Cache 与推理效率

ai-systems / llm-inference

llm-inferenceattentionkv-cachedeepseek +1

Chunked Prefill 深入分析:调度、Chunk Size 与 Attention 形状

ai-systems / llm-inference

llm-inferencechunked-prefillschedulingprefill +3

Token Flow 与 Hidden State:从 Attention 到 LM Head

ai-systems / llm-inference

llm-inferencetransformerhidden-stateattention +2

DeepSeek-V3 Technical Report:中英对照解读

ai-systems / llm-inference

LLMDeepSeekMoEFP8 +2

DSpark 与 MTP:DeepSeek 投机解码调研

ai-systems / llm-inference

llm-inferencespeculative-decodingdeepseekdspark +1

Causal Attention:为什么 KV hit 后 Attention 按 1 - h² 缩放

ai-systems / llm-inference

llm-inferenceattentionkv-cachesimulator +1

KV Cache Hit Ratio 修正模型:从直觉到统一公式

ai-systems / llm-inference

llm-inferencekv-cachesimulatorprefill +1

模拟器建模指南:显存与吞吐公式

ai-systems / llm-inference

simulatormemory-modelinginference

FT vs VLLM vs SGLang 推理框架对比摘要

ai-systems / profiling

profilinginferencertp-llmvllm +4

LLM 推理系统全栈综合分析

ai-systems / llm-inference

llm-inferencesynthesissystemsoptimization

Agentic Infra:LLM 推理性能优化与 GPU 利用率提升

ai-systems / llm-inference

llm-inferencegpu-optimizationprofilingawp +5

Agentic AWP:规模化 Profiling 驱动的 GPU 效率 Breakdown 与能力体系

ai-systems / profiling

awpgpu-profilingbreakdowngpu-efficiency +3

02. Reasoning Model、Agent 与长任务

ai-systems / reasoning

AILLMReasoningAgent

03. RAG、Memory、Fine-tuning 与 Distillation

ai-systems / reasoning

AILLMRAGFine-Tuning +1

01. 什么是 AI 推理

ai-systems / reasoning

AILLMReasoning

AWP 六维 Breakdown 框架与能力体系摘要

ai-systems / profiling

awpgpu-profilingbreakdowngpu-efficiency +2

LLM 推理性能优化与 GPU 利用率提升摘要

ai-systems / profiling

llm-inferencegpu-optimizationprofilingawp +3

CUDA Agent

ai-systems / gpu-computing

GPUCUDARLLLM +1

KV Cache:推理性能的命根子

ai-systems / llm-inference

LLMInferenceKV CachePagedAttention +2

Compute-bound vs Memory-bound:推理的两大瓶颈

ai-systems / llm-inference

LLMInferencePerformanceGPU +3

量化:INT8 / INT4 / FP8 到底在干嘛

ai-systems / llm-inference

LLMInferenceQuantizationGPTQ +4

投机解码:突破 decode 一次只出一个 token 的限制

ai-systems / llm-inference

LLMInferenceSpeculative DecodingEAGLE +2

批处理与调度:推理服务的灵魂

ai-systems / llm-inference

LLMInferenceBatchingScheduling +3

推理引擎架构:vLLM / TensorRT-LLM / SGLang

ai-systems / llm-inference

LLMInferencevLLMTensorRT-LLM +3