技术栈

speculative

Briwisdom
7 天前
模型部署·vllm·eagle·llama.cpp·prefill·speculative·decoding
Speculative Decoding:用小模型给大模型“打草稿“,推理加速 2-3×副标题: 大模型每生成一个 token 都要搬一次 KV Cache——瓶颈在搬数据,不在算。投机解码做的事就是:用更快的方式"猜"出几个 token 凑成一批,大模型一次验证,用"批处理"省掉重复搬运。
bryant_meng
3 个月前
人工智能·深度学习·llm·speculative·预言家
【Hung-yi Lee】《Introduction to Generative Artificial Intelligence》(11)Introduction to Generative AI 2024 Spring觉得现在语言模型还不够快吗?
我是有底线的