[PR #4059] [MERGED] rename parser to model/file #11367

Closed
opened 2026-04-12 23:28:49 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/4059
Author: @mxyng
Created: 4/30/2024
Status: Merged
Merged: 5/3/2024
Merged by: @mxyng

Base: mainHead: mxyng/parser-2


📝 Commits (2)

📊 Changes

6 files changed (+151 additions, -124 deletions)

View changed files

📝 cmd/cmd.go (+9 -10)
📝 server/images.go (+42 -15)
📝 server/routes.go (+13 -24)
📝 server/routes_test.go (+4 -4)
📝 types/model/file.go (+38 -32)
📝 types/model/file_test.go (+45 -39)

📄 Description

No description provided


🔄 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/4059 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 4/30/2024 **Status:** ✅ Merged **Merged:** 5/3/2024 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `mxyng/parser-2` --- ### 📝 Commits (2) - [`119589f`](https://github.com/ollama/ollama/commit/119589fcb3b9568d3536d9011ca607286bf66e81) rename parser to model/file - [`8acb233`](https://github.com/ollama/ollama/commit/8acb233668dd14a42bd8c6dc9ee3e85544d29bca) use strings.Builder ### 📊 Changes **6 files changed** (+151 additions, -124 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+9 -10) 📝 `server/images.go` (+42 -15) 📝 `server/routes.go` (+13 -24) 📝 `server/routes_test.go` (+4 -4) 📝 `types/model/file.go` (+38 -32) 📝 `types/model/file_test.go` (+45 -39) </details> ### 📄 Description _No description provided_ --- <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-12 23:28:49 -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#11367