[PR #14810] [MERGED] remove experimental aliases support #14850

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14810
Author: @drifkin
Created: 3/13/2026
Status: Merged
Merged: 3/13/2026
Merged by: @ParthSareen

Base: mainHead: drifkin/remove-experimental-aliases


📝 Commits (1)

  • c8bc13f remove experimental aliases support

📊 Changes

5 files changed (+0 additions, -1115 deletions)

View changed files

📝 api/client.go (+0 -22)
server/aliases.go (+0 -438)
📝 server/routes.go (+0 -21)
server/routes_aliases.go (+0 -159)
server/routes_aliases_test.go (+0 -475)

📄 Description

We previously were trying it in ollama launch, but stopped using it. And also the new cloud integration makes the semantics a little less clear. I could imagine bringing it back in the future, but I'd want to think through the semantics a bit more (how resolution works both for source and target)


🔄 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/14810 **Author:** [@drifkin](https://github.com/drifkin) **Created:** 3/13/2026 **Status:** ✅ Merged **Merged:** 3/13/2026 **Merged by:** [@ParthSareen](https://github.com/ParthSareen) **Base:** `main` ← **Head:** `drifkin/remove-experimental-aliases` --- ### 📝 Commits (1) - [`c8bc13f`](https://github.com/ollama/ollama/commit/c8bc13fb405c67fc9f7c3f66b8973e05ff38354a) remove experimental aliases support ### 📊 Changes **5 files changed** (+0 additions, -1115 deletions) <details> <summary>View changed files</summary> 📝 `api/client.go` (+0 -22) ➖ `server/aliases.go` (+0 -438) 📝 `server/routes.go` (+0 -21) ➖ `server/routes_aliases.go` (+0 -159) ➖ `server/routes_aliases_test.go` (+0 -475) </details> ### 📄 Description We previously were trying it in `ollama launch`, but stopped using it. And also the new cloud integration makes the semantics a little less clear. I could imagine bringing it back in the future, but I'd want to think through the semantics a bit more (how resolution works both for source and target) --- <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:03:57 -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#14850