[PR #8017] [MERGED] server: more support for mixed-case model names #38462

Closed
opened 2026-04-22 23:07:38 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/8017
Author: @bmizerany
Created: 12/9/2024
Status: Merged
Merged: 12/11/2024
Merged by: @bmizerany

Base: mainHead: bmizerany/cipush


📝 Commits (2)

  • d55a365 server: more support for mixed-case model names
  • 13e6cff Update server/routes.go

📊 Changes

8 files changed (+123 additions, -38 deletions)

View changed files

📝 cmd/cmd.go (+1 -1)
📝 server/images.go (+4 -0)
📝 server/modelpath.go (+11 -4)
📝 server/modelpath_test.go (+0 -8)
📝 server/routes.go (+90 -22)
📝 server/routes_generate_test.go (+1 -1)
📝 server/routes_test.go (+14 -0)
📝 types/model/name.go (+2 -2)

📄 Description

Fixes #7944


🔄 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/8017 **Author:** [@bmizerany](https://github.com/bmizerany) **Created:** 12/9/2024 **Status:** ✅ Merged **Merged:** 12/11/2024 **Merged by:** [@bmizerany](https://github.com/bmizerany) **Base:** `main` ← **Head:** `bmizerany/cipush` --- ### 📝 Commits (2) - [`d55a365`](https://github.com/ollama/ollama/commit/d55a36510dcff713a648d7e990d09b965ba227bb) server: more support for mixed-case model names - [`13e6cff`](https://github.com/ollama/ollama/commit/13e6cffa4a9fa7fedb6a0c1401d6f3dd02ab21eb) Update server/routes.go ### 📊 Changes **8 files changed** (+123 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+1 -1) 📝 `server/images.go` (+4 -0) 📝 `server/modelpath.go` (+11 -4) 📝 `server/modelpath_test.go` (+0 -8) 📝 `server/routes.go` (+90 -22) 📝 `server/routes_generate_test.go` (+1 -1) 📝 `server/routes_test.go` (+14 -0) 📝 `types/model/name.go` (+2 -2) </details> ### 📄 Description Fixes #7944 --- <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-22 23:07:38 -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#38462