PulseAugur
实时 03:29:31
English(EN) Ollama's -cloud suffix isn't a label, it's a silent instruction. I bypassed it.

Ollama 的 "-cloud" 后缀触发意外的模型搜索行为

作者发现 Ollama 在处理以 "-cloud" 结尾的模型标签时存在一个怪癖。发现 "-cloud" 后缀不仅仅是一个标签,而是指示 Ollama 去掉后缀并从 ollama.com 查询模型的指令。当作者尝试使用名为 "Natuworkguy/flash-onyx-2.2:31b-cloud" 的自定义模型时,此行为导致了 "模型未找到" 错误,因为 Ollama 在远程服务器上搜索了一个不存在的 "Natuworkguy/flash-onyx-2.2:31b"。解决方法是重命名模型标签以避免保留的 "-cloud" 后缀,例如 "flash-onyx-2.2:31b-cloudbase",这随后会正确地将 Ollama 指向远程的 "gemma4:31b" 模型。 AI

影响 这一发现可能有助于使用 Ollama 的开发者在部署模型时避免类似的标签相关问题。

排序理由 该条目描述了针对特定软件行为的解决方法,而非新版本发布或重大行业事件。

在 dev.to — LLM tag 阅读 →

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

Ollama 的 "-cloud" 后缀触发意外的模型搜索行为

本文如何被排名

Signal score
27 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
该条目描述了针对特定软件行为的解决方法,而非新版本发布或重大行业事件。
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
infra, product
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
Breaking (< 6h)
Fresh story with cross-source coverage still developing. Ranking may shift as more sources report.

完整方法见我们的编辑标准

报道来源 [1]

  1. dev.to — LLM tag TIER_1 English(EN) · Nathan C. ·

    Ollama 的 -cloud 后缀并非标签,而是一条静默指令。我绕过了它。

    <div class="highlight js-code-highlight"> <pre class="highlight console"><code><span class="go">Error: model 'Natuworkguy/flash-onyx-2.2:31b' not found (status code: 404) </span></code></pre> </div> <p>I never built <code>:31b</code>.</p> <p>I built <code>:31b-cloud</code>. I ask…