[PR #11506] [MERGED] s#x/exp/maps#maps# #24098

Closed
opened 2026-04-19 17:23:03 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/11506
Author: @mxyng
Created: 7/23/2025
Status: Merged
Merged: 7/23/2025
Merged by: @mxyng

Base: mainHead: mxyng/maps


📝 Commits (1)

📊 Changes

5 files changed (+10 additions, -22 deletions)

View changed files

📝 convert/convert_test.go (+3 -8)
📝 convert/reader_safetensors.go (+2 -3)
📝 convert/tokenizer.go (+2 -6)
📝 go.mod (+1 -1)
📝 template/template.go (+2 -4)

📄 Description

this replaces the experimental maps package with the stable maps package. it also simplifies map keys sorting by using slices.Sorted


🔄 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/11506 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 7/23/2025 **Status:** ✅ Merged **Merged:** 7/23/2025 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `mxyng/maps` --- ### 📝 Commits (1) - [`3637593`](https://github.com/ollama/ollama/commit/3637593522938b9e94f89ddb442affb7fca51514) s#x/exp/maps#maps# ### 📊 Changes **5 files changed** (+10 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `convert/convert_test.go` (+3 -8) 📝 `convert/reader_safetensors.go` (+2 -3) 📝 `convert/tokenizer.go` (+2 -6) 📝 `go.mod` (+1 -1) 📝 `template/template.go` (+2 -4) </details> ### 📄 Description this replaces the experimental maps package with the stable maps package. it also simplifies map keys sorting by using `slices.Sorted` --- <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-19 17:23:03 -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#24098