PulseAugur
实时 23:41:12
English(EN) b9426: llama : do not skip iGPU when only RPC devices are present (#23868)

llama.cpp b9426 修复了 RPC 设备存在时的 iGPU 选择问题

llama.cpp 项目已发布 b9426 版本,解决了当存在 RPC 设备时集成 GPU 被错误跳过的问题。此修复确保了本地 iGPU 不会被忽略,从而防止在依赖它们作为主要计算设备的系统上可能出现的模型加载失败。该更改专门针对设备选择逻辑,以在配置了 RPC 对等方时正确包含 iGPU。 AI

影响 确保在 llama.cpp 框架内更好地利用集成 GPU 进行本地模型推理。

排序理由 这是针对特定工具的软件更新,而不是新的模型发布或重大的行业事件。

在 llama.cpp — Releases 阅读 →

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

llama.cpp b9426 修复了 RPC 设备存在时的 iGPU 选择问题

报道来源 [1]

  1. llama.cpp — Releases TIER_1 English(EN) · rgerganov ·

    b9426: llama : 当仅存在 RPC 设备时不要跳过 iGPU (#23868)

    <p>After <a class="issue-link js-issue-link" href="https://github.com/ggml-org/llama.cpp/pull/23007">#23007</a> reclassified integrated CUDA/HIP devices as IGPU, the device<br /> selection logic dropped the local iGPU whenever any RPC server was added,<br /> because RPC devices m…