[PR #96] [MERGED] add modelpaths #15254

Closed
opened 2026-04-16 04:54:05 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/96
Author: @pdevine
Created: 7/18/2023
Status: Merged
Merged: 7/18/2023
Merged by: @pdevine

Base: mainHead: modelpath


📝 Commits (1)

📊 Changes

3 files changed (+147 additions, -80 deletions)

View changed files

📝 cmd/cmd.go (+7 -1)
📝 server/images.go (+34 -79)
server/modelpath.go (+106 -0)

📄 Description

This change adds ModelPath{} which takes care of figuring out the various URL and file paths to a given model.


🔄 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/96 **Author:** [@pdevine](https://github.com/pdevine) **Created:** 7/18/2023 **Status:** ✅ Merged **Merged:** 7/18/2023 **Merged by:** [@pdevine](https://github.com/pdevine) **Base:** `main` ← **Head:** `modelpath` --- ### 📝 Commits (1) - [`db96193`](https://github.com/ollama/ollama/commit/db961934dcd641f760515e9304e260be6008c93b) add modelpaths ### 📊 Changes **3 files changed** (+147 additions, -80 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+7 -1) 📝 `server/images.go` (+34 -79) ➕ `server/modelpath.go` (+106 -0) </details> ### 📄 Description This change adds ModelPath{} which takes care of figuring out the various URL and file paths to a given model. --- <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-16 04:54:05 -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#15254