PulseAugur
实时 19:10:26
English(EN) NVIDIA shipped the router my benchmark was asking for, so I made it herd my ollama models

NVIDIA 发布 NeMo Switchyard 以实现动态 LLM 路由

NVIDIA 发布了 NeMo Switchyard,这是一个开源的 Rust 代理,用于在不同模型之间路由 LLM 流量。该工具允许用户配置一个系统,其中初始请求由更小、更快的模型处理,并且仅在必要时根据 LLM 裁判的决定升级到更大、更强大的模型。作者成功地将 NeMo Switchyard 与 Mac 上的本地 Ollama 模型集成,尽管遇到了最初的打包和配置问题。基准测试显示代理的开销很小,在几次复杂的提示交互后会升级到更大的模型。 AI

影响 通过根据复杂性动态路由请求,实现更有效地利用本地 LLM。

排序理由 NVIDIA 开源了一个用于管理 LLM 流量的代理工具,而不是核心前沿模型发布。

在 dev.to — LLM tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

NVIDIA 发布 NeMo Switchyard 以实现动态 LLM 路由

报道来源 [1]

  1. dev.to — LLM tag TIER_1 English(EN) · frank chu ·

    NVIDIA 交付了我基准测试所需的路由器,所以我用它来管理我的 ollama 模型

    <p>Earlier this week I benchmarked three local models on agent tasks and landed on a rule: keep the small model in the loop for the routine work, and escalate to a big one only when a step actually needs to think. The obvious follow-up question was who does the escalating. My hon…