[PR #7932] [MERGED] fix unmarshaling merges #12561

Closed
opened 2026-04-13 00:03:12 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/7932
Author: @mxyng
Created: 12/4/2024
Status: Merged
Merged: 12/4/2024
Merged by: @mxyng

Base: mainHead: mxyng/fix-merges


📝 Commits (1)

📊 Changes

2 files changed (+79 additions, -4 deletions)

View changed files

📝 convert/tokenizer.go (+23 -4)
📝 convert/tokenizer_test.go (+56 -0)

📄 Description

some models uses [][]string as .model.merges value rather than []string


🔄 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/7932 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 12/4/2024 **Status:** ✅ Merged **Merged:** 12/4/2024 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `mxyng/fix-merges` --- ### 📝 Commits (1) - [`4456012`](https://github.com/ollama/ollama/commit/44560129563878df9604ebf6194ad7890a337b54) fix unmarshaling merges ### 📊 Changes **2 files changed** (+79 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `convert/tokenizer.go` (+23 -4) 📝 `convert/tokenizer_test.go` (+56 -0) </details> ### 📄 Description some models uses `[][]string` as `.model.merges` value rather than `[]string` --- <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-13 00:03:12 -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#12561