[PR #14608] [MERGED] Reapply "don't require pulling stubs for cloud models" again #77041

Closed
opened 2026-05-05 09:45:48 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14608
Author: @jmorganca
Created: 3/4/2026
Status: Merged
Merged: 3/6/2026
Merged by: @drifkin

Base: mainHead: revert-14606-revert-14598-revert-14596-revert-14574-drifkin/cloud-no-pull


📝 Commits (2)

  • e09b303 Revert "Revert "Reapply "don't require pulling stubs for cloud models"" (#14606)"
  • c3e6427 fix test + do cloud lookup only when seeing cloud models

📊 Changes

25 files changed (+2856 additions, -140 deletions)

View changed files

📝 cmd/cmd.go (+39 -5)
📝 cmd/cmd_test.go (+171 -3)
📝 cmd/config/claude.go (+6 -11)
📝 cmd/config/config.go (+3 -0)
📝 cmd/config/droid.go (+1 -3)
📝 cmd/config/droid_test.go (+5 -23)
📝 cmd/config/integrations.go (+22 -31)
📝 cmd/config/integrations_test.go (+131 -8)
📝 cmd/config/opencode.go (+9 -12)
📝 cmd/config/opencode_test.go (+5 -4)
📝 cmd/tui/tui.go (+9 -2)
internal/modelref/modelref.go (+115 -0)
internal/modelref/modelref_test.go (+268 -0)
📝 middleware/anthropic.go (+2 -1)
server/cloud_proxy.go (+460 -0)
server/cloud_proxy_test.go (+154 -0)
📝 server/create.go (+12 -5)
server/model_resolver.go (+81 -0)
server/model_resolver_test.go (+170 -0)
📝 server/routes.go (+123 -27)

...and 5 more files

📄 Description

Reverts ollama/ollama#14606


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/14608 **Author:** [@jmorganca](https://github.com/jmorganca) **Created:** 3/4/2026 **Status:** ✅ Merged **Merged:** 3/6/2026 **Merged by:** [@drifkin](https://github.com/drifkin) **Base:** `main` ← **Head:** `revert-14606-revert-14598-revert-14596-revert-14574-drifkin/cloud-no-pull` --- ### 📝 Commits (2) - [`e09b303`](https://github.com/ollama/ollama/commit/e09b303db4652d5a8156af01791212fcb5bd4747) Revert "Revert "Reapply "don't require pulling stubs for cloud models"" (#14606)" - [`c3e6427`](https://github.com/ollama/ollama/commit/c3e6427ae8e7bb8ae6bcc97e5532798f29950ab4) fix test + do cloud lookup only when seeing cloud models ### 📊 Changes **25 files changed** (+2856 additions, -140 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+39 -5) 📝 `cmd/cmd_test.go` (+171 -3) 📝 `cmd/config/claude.go` (+6 -11) 📝 `cmd/config/config.go` (+3 -0) 📝 `cmd/config/droid.go` (+1 -3) 📝 `cmd/config/droid_test.go` (+5 -23) 📝 `cmd/config/integrations.go` (+22 -31) 📝 `cmd/config/integrations_test.go` (+131 -8) 📝 `cmd/config/opencode.go` (+9 -12) 📝 `cmd/config/opencode_test.go` (+5 -4) 📝 `cmd/tui/tui.go` (+9 -2) ➕ `internal/modelref/modelref.go` (+115 -0) ➕ `internal/modelref/modelref_test.go` (+268 -0) 📝 `middleware/anthropic.go` (+2 -1) ➕ `server/cloud_proxy.go` (+460 -0) ➕ `server/cloud_proxy_test.go` (+154 -0) 📝 `server/create.go` (+12 -5) ➕ `server/model_resolver.go` (+81 -0) ➕ `server/model_resolver_test.go` (+170 -0) 📝 `server/routes.go` (+123 -27) _...and 5 more files_ </details> ### 📄 Description Reverts ollama/ollama#14606 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-05 09:45:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#77041