Jingqi Feng, Guang Yang, Yukai Huang, et al.
Proceedings of the 32nd ACM SIGKDD Conference on Knowledge Discovery and Data Mining V.2 · 2026-08-08
OrionInfer switches between data parallelism and tensor parallelism at runtime, while using live migration to rebalance memory pressure. The authors report up to 25% lower average time-to-first-token than a data-parallel-priority configuration at low load, and 50%–90% lower P99 tail latency than a tensor-parallel-priority configuration in many high-traffic cases. The work makes serving policy dynamic, though benefits will depend on migration overhead and the workload mix at an operator.
OrionInfer可在运行时切换数据并行与张量并行,并通过在线迁移重新平衡内存压力。作者报告,在低负载下,相比优先数据并行的配置,平均首Token时间最多降低25%;在许多高流量场景中,相比优先张量并行的配置,P99尾延迟降低50%至90%。该工作使服务策略动态化,但收益仍取决于迁移开销和运营方的实际负载组合。
Sangwoo Ha, Hyunwoo Seo, Y. Jo, et al.
arXiv:2608.05303 · 2026-08-05
EdgeXpert is a hardware–software co-design that combines mixture-of-experts routing with speculative decoding for on-device LLMs. It uses prompt-wise expert reuse in prefill and depth-aware expert coalescing in decoding to reduce external-memory traffic. The paper targets an important edge bottleneck, but its claimed advantage rests on how well expert reuse preserves model quality across prompts and candidate tokens.
EdgeXpert是一项软硬件协同设计,将Mixture-of-Experts路由与推测解码结合,用于端侧LLM。它在prefill阶段使用按提示词复用专家,在解码阶段使用深度感知的专家合并,以降低外部存储访问。论文瞄准了重要的边缘瓶颈,但其优势取决于专家复用能否在不同提示词和候选Token间保持模型质量。
Forough Majidi, Mohammad Mehdi Morovati, F. Khomh, et al.
arXiv:2608.03036 · 2026-08-04
This empirical study examines how open-source projects use vLLM, SGLang, TensorRT-LLM, LMDeploy, and FlashInfer. It finds vLLM is the most visible framework, while parallel computation, memory management, and network pruning are the most common serving-method categories; multi-framework use is limited. That evidence is a useful counterweight to benchmark-driven claims, although public repositories may not represent proprietary production deployments.
这项实证研究考察了开源项目如何使用vLLM、SGLang、TensorRT-LLM、LMDeploy和FlashInfer。研究发现vLLM的可见度和采用度最高,并行计算、内存管理和网络剪枝是最常见的服务方法类别;多框架并用较少。这一证据可为基准测试驱动的主张提供现实参照,但公开仓库未必代表专有生产部署。