每日 Harness 开源 · Source
返回本期 · Back to 2026-07-08

论文 · Papers2026-07-08 · Wednesday, July 8, 2026

SPORK: Self-Speculative Forking to Accelerate Agentic LLM Inference

arxiv.org原文 ↗

测试时计算工具使用系统·基础设施
SPORK: Self-Speculative Forking to Accelerate Agentic LLM Inference
SPORK 观察到 agent 循环中工具调用等待会让模型推理链路空转,于是提出 self-speculative forking。模型在等待真实工具结果时先 fork 出多个可能后续分支,等结果返回后再保留可用路径。这个方法抓住的是 agentic inference 的端到端延迟,而不是单次 token 解码速度。
浏览

评论 · Comments