[PR #14596] [MERGED] Revert "don't require pulling stubs for cloud models" #14737

Closed
opened 2026-04-13 01:01:43 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14596
Author: @jmorganca
Created: 3/3/2026
Status: Merged
Merged: 3/3/2026
Merged by: @jmorganca

Base: mainHead: revert-14574-drifkin/cloud-no-pull


📝 Commits (1)

  • 1436519 Revert "don't require pulling stubs for cloud models (#14574)"

📊 Changes

23 files changed (+108 additions, -2843 deletions)

View changed files

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

...and 3 more files

📄 Description

Reverts ollama/ollama#14574 temporarily while we make way for a release that contains https://github.com/ollama/ollama/pull/14584. It will be re-applied after.


🔄 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/14596 **Author:** [@jmorganca](https://github.com/jmorganca) **Created:** 3/3/2026 **Status:** ✅ Merged **Merged:** 3/3/2026 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `revert-14574-drifkin/cloud-no-pull` --- ### 📝 Commits (1) - [`1436519`](https://github.com/ollama/ollama/commit/1436519112b92e0448d314ed155474b655d5f372) Revert "don't require pulling stubs for cloud models (#14574)" ### 📊 Changes **23 files changed** (+108 additions, -2843 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+5 -39) 📝 `cmd/cmd_test.go` (+3 -171) 📝 `cmd/config/claude.go` (+11 -6) 📝 `cmd/config/config.go` (+0 -3) 📝 `cmd/config/droid.go` (+3 -1) 📝 `cmd/config/integrations.go` (+31 -22) 📝 `cmd/config/integrations_test.go` (+8 -131) 📝 `cmd/config/opencode.go` (+7 -6) 📝 `cmd/tui/tui.go` (+2 -9) ➖ `internal/modelref/modelref.go` (+0 -115) ➖ `internal/modelref/modelref_test.go` (+0 -268) 📝 `middleware/anthropic.go` (+1 -2) ➖ `server/cloud_proxy.go` (+0 -460) ➖ `server/cloud_proxy_test.go` (+0 -154) 📝 `server/create.go` (+5 -12) ➖ `server/model_resolver.go` (+0 -81) ➖ `server/model_resolver_test.go` (+0 -170) 📝 `server/routes.go` (+27 -123) 📝 `server/routes_cloud_test.go` (+0 -988) 📝 `server/routes_create_test.go` (+0 -37) _...and 3 more files_ </details> ### 📄 Description Reverts ollama/ollama#14574 temporarily while we make way for a release that contains https://github.com/ollama/ollama/pull/14584. It will be re-applied after. --- <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-04-13 01:01:43 -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#14737