[PR #13521] [MERGED] parsers/renderers: functiongemma #19525

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13521
Author: @ParthSareen
Created: 12/18/2025
Status: Merged
Merged: 12/18/2025
Merged by: @ParthSareen

Base: mainHead: parth/functiongemma


📝 Commits (1)

📊 Changes

7 files changed (+1553 additions, -1 deletions)

View changed files

📝 convert/tokenizer_spm.go (+2 -1)
model/parsers/functiongemma.go (+323 -0)
model/parsers/functiongemma_test.go (+423 -0)
📝 model/parsers/parsers.go (+2 -0)
model/renderers/functiongemma.go (+287 -0)
model/renderers/functiongemma_test.go (+514 -0)
📝 model/renderers/renderer.go (+2 -0)

📄 Description

Adds functiongemma to Ollama


🔄 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/13521 **Author:** [@ParthSareen](https://github.com/ParthSareen) **Created:** 12/18/2025 **Status:** ✅ Merged **Merged:** 12/18/2025 **Merged by:** [@ParthSareen](https://github.com/ParthSareen) **Base:** `main` ← **Head:** `parth/functiongemma` --- ### 📝 Commits (1) - [`075fbea`](https://github.com/ollama/ollama/commit/075fbea37861328791ac3c184689a1ccb6c8c3eb) functiongemma ### 📊 Changes **7 files changed** (+1553 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `convert/tokenizer_spm.go` (+2 -1) ➕ `model/parsers/functiongemma.go` (+323 -0) ➕ `model/parsers/functiongemma_test.go` (+423 -0) 📝 `model/parsers/parsers.go` (+2 -0) ➕ `model/renderers/functiongemma.go` (+287 -0) ➕ `model/renderers/functiongemma_test.go` (+514 -0) 📝 `model/renderers/renderer.go` (+2 -0) </details> ### 📄 Description Adds functiongemma to Ollama --- <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:09:57 -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#19525