[PR #3084] [CLOSED] update convert #89046

Closed
opened 2026-05-10 07:53:52 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/3084
Author: @mxyng
Created: 3/12/2024
Status: Closed

Base: mainHead: mxyng/convert


📝 Commits (1)

📊 Changes

10 files changed (+791 additions, -817 deletions)

View changed files

📝 .golangci.yaml (+0 -10)
📝 cmd/cmd.go (+4 -1)
📝 cmd/interactive.go (+6 -2)
📝 convert/convert.go (+219 -55)
📝 llm/ggla.go (+25 -23)
📝 llm/ggml.go (+82 -3)
📝 llm/gguf.go (+436 -718)
📝 readline/history.go (+3 -1)
📝 server/images.go (+4 -2)
📝 server/routes_test.go (+12 -2)

📄 Description

the output of convert remains exactly the same


🔄 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/3084 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 3/12/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `mxyng/convert` --- ### 📝 Commits (1) - [`e132c80`](https://github.com/ollama/ollama/commit/e132c804e2efc03744959b90da35c20a23495951) update convert ### 📊 Changes **10 files changed** (+791 additions, -817 deletions) <details> <summary>View changed files</summary> 📝 `.golangci.yaml` (+0 -10) 📝 `cmd/cmd.go` (+4 -1) 📝 `cmd/interactive.go` (+6 -2) 📝 `convert/convert.go` (+219 -55) 📝 `llm/ggla.go` (+25 -23) 📝 `llm/ggml.go` (+82 -3) 📝 `llm/gguf.go` (+436 -718) 📝 `readline/history.go` (+3 -1) 📝 `server/images.go` (+4 -2) 📝 `server/routes_test.go` (+12 -2) </details> ### 📄 Description the output of convert remains exactly the same --- <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-05-10 07:53:52 -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#89046