[PR #6849] [MERGED] server: add tool parsing support for nemotron-mini #43493

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/6849
Author: @jmorganca
Created: 9/17/2024
Status: Merged
Merged: 9/18/2024
Merged by: @jmorganca

Base: mainHead: jmorganca/tools-nemo


📝 Commits (7)

📊 Changes

4 files changed (+144 additions, -39 deletions)

View changed files

📝 server/model.go (+50 -39)
📝 server/model_test.go (+43 -0)
server/testdata/tools/nemotron.gotmpl (+33 -0)
server/testdata/tools/nemotron.out (+18 -0)

📄 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/6849 **Author:** [@jmorganca](https://github.com/jmorganca) **Created:** 9/17/2024 **Status:** ✅ Merged **Merged:** 9/18/2024 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `jmorganca/tools-nemo` --- ### 📝 Commits (7) - [`b907f7a`](https://github.com/ollama/ollama/commit/b907f7abe73146d736e40cf54650b05713a0a74e) server: add support for nemotron-mini tool calling - [`11edaaa`](https://github.com/ollama/ollama/commit/11edaaaa7e5d18fb8d5ed5b132da691a3ba0ee4c) formatting - [`e072c54`](https://github.com/ollama/ollama/commit/e072c549a84cbd391dc278ce65276954460d2bcf) add tests - [`e76370a`](https://github.com/ollama/ollama/commit/e76370aee9eec3ab5b3eaf85bca460252ee41d14) lint - [`f96a93c`](https://github.com/ollama/ollama/commit/f96a93c9a27c6900494347e925a7d24a61a43063) revert to bytes.Buffer - [`df95d77`](https://github.com/ollama/ollama/commit/df95d7729b590cfabc0187c6f9023687d5e703bc) better variable names - [`0ca2dfc`](https://github.com/ollama/ollama/commit/0ca2dfcd28f55e6d664ef43a68eb57d7cac7f0c2) fix tests ### 📊 Changes **4 files changed** (+144 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `server/model.go` (+50 -39) 📝 `server/model_test.go` (+43 -0) ➕ `server/testdata/tools/nemotron.gotmpl` (+33 -0) ➕ `server/testdata/tools/nemotron.out` (+18 -0) </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-24 23:06: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#43493