PulseAugur
实时 23:38:34
English(EN) Hearth: scale-to-zero LLM serving on Kubernetes — and you can hack on it without a GPU

Kubernetes 算子实现 LLM 服务的缩减至零

新的 Kubernetes 算子正在涌现,以解决运行大型语言模型的成本问题,特别是闲置 GPU 烧钱的问题。Hearth 是一个处于 alpha 阶段的算子,允许用户声明式地服务开源 LLM,并在不使用时将其缩减至零,在冷启动期间缓冲请求。另一种方法是构建一个使用 NVMLKEDA 外部扩展器,以实现基于实际 GPU 利用率的自动扩展,从而减少对 Prometheus 等完整指标堆栈的需求。 AI

影响 通过减少闲置 GPU 的支出,实现 LLM 的经济高效的自托管。

排序理由 该集群描述了用于在 Kubernetes 上管理 LLM 部署的新软件工具和方法,侧重于运营效率和成本降低,而不是核心 AI 模型发布或研究突破。

在 dev.to — LLM tag 阅读 →

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

Kubernetes 算子实现 LLM 服务的缩减至零

报道来源 [4]

  1. Towards AI TIER_1 English(EN) · Renjith Ravindranathan ·

    两个大语言模型、一个 GPU 和一个智能路由器:在 Kubernetes 上构建代理堆栈

    <div class="medium-feed-item"><p class="medium-feed-image"><a href="https://pub.towardsai.net/two-llms-one-gpu-and-a-smart-router-building-an-agentic-stack-on-kubernetes-943110ec7ed3?source=rss----98111c9905da---4"><img src="https://cdn-images-1.medium.com/max/1456/1*nHNGk3uSTn-Q…

  2. dev.to — LLM tag TIER_1 English(EN) · Bruno Santos ·

    使用 KEDA 在 Kubernetes 上进行 GPU 自动扩缩容:使用 NVML 构建外部扩缩容器

    <p>If you run vLLM, Triton, or any other inference server on Kubernetes, you have probably noticed that the HPA cannot see the GPU. Autoscaling decisions are driven by CPU and memory, while the resource that actually determines inference capacity remains invisible. A CNCF blog po…

  3. dev.to — LLM tag TIER_1 English(EN) · kube-gopher ·

    Hearth:Kubernetes 上的可缩放至零 LLM 服务 — 您无需 GPU 即可进行修改

    <p><em>Repo:<a href="https://github.com/hearth-project/hearth" rel="noopener noreferrer">github.com/hearth-project/hearth</a> · Apache-2.0 · <code>v0.1.0</code>, alpha.</em></p> <p>I've been building <strong>Hearth</strong>, a Kubernetes operator that serves open-source LLMs (Qwe…

  4. dev.to — LLM tag TIER_1 English(EN) · kube-gopher ·

    闲置的GPU也在烧钱——一个能将大模型缩减至零的Kubernetes Operator

    <p><strong>It's early — come build it with me</strong></p> <p>Hearth is moving fast and contributions are very welcome — especially validating the Ascend backend on real NPUs, plus the roadmap's P0/P1 items. There are good first issues waiting.</p> <p>⭐ <strong>Star + follow alon…