[PR #13826] [CLOSED] draft: model manifest file interface #19678

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13826
Author: @mxyng
Created: 1/21/2026
Status: Closed

Base: mainHead: mxyng/model-files


📝 Commits (1)

  • e4d0a8f draft: model manifest file interface

📊 Changes

3 files changed (+418 additions, -0 deletions)

View changed files

types/model/file.go (+295 -0)
types/model/file_test.go (+90 -0)
types/model/files.go (+33 -0)

📄 Description

this change makes it easier to address blobs by their original names without rebuilding the filesystem structure


🔄 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/13826 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 1/21/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `mxyng/model-files` --- ### 📝 Commits (1) - [`e4d0a8f`](https://github.com/ollama/ollama/commit/e4d0a8f016edfeabc77290d85257f0934082c8a1) draft: model manifest file interface ### 📊 Changes **3 files changed** (+418 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `types/model/file.go` (+295 -0) ➕ `types/model/file_test.go` (+90 -0) ➕ `types/model/files.go` (+33 -0) </details> ### 📄 Description this change makes it easier to address blobs by their original names without rebuilding the filesystem structure --- <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 07:13:16 -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#19678