[PR #13488] [CLOSED] renderers/parsers: add nemotron 3 nano #45481

Closed
opened 2026-04-25 01:10:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13488
Author: @ParthSareen
Created: 12/15/2025
Status: Closed

Base: mainHead: parth/nemotron-3-render-parser


📝 Commits (2)

  • 6949224 renderers/parsers: add nemotron 3 nano
  • 49d415e add support for NVIDIA Nemotron 3 Nano

📊 Changes

11 files changed (+1253 additions, -15 deletions)

View changed files

📝 llama/llama.cpp/src/llama-arch.cpp (+35 -0)
📝 llama/llama.cpp/src/llama-arch.h (+1 -0)
📝 llama/llama.cpp/src/llama-graph.cpp (+10 -0)
📝 llama/llama.cpp/src/llama-model.cpp (+41 -9)
📝 llama/llama.cpp/src/llama-model.h (+1 -0)
📝 llama/llama.cpp/src/models/nemotron-h.cpp (+35 -6)
llama/patches/0032-llama-add-support-for-NVIDIA-Nemotron-Nano-3.patch (+586 -0)
model/parsers/nemotron3nano.go (+289 -0)
📝 model/parsers/parsers.go (+4 -0)
model/renderers/nemotron3nano.go (+245 -0)
📝 model/renderers/renderer.go (+6 -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/13488 **Author:** [@ParthSareen](https://github.com/ParthSareen) **Created:** 12/15/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `parth/nemotron-3-render-parser` --- ### 📝 Commits (2) - [`6949224`](https://github.com/ollama/ollama/commit/694922479674da04d40ecdf032742ca45bb27f69) renderers/parsers: add nemotron 3 nano - [`49d415e`](https://github.com/ollama/ollama/commit/49d415eb2f78dcfc47e8cfc9c79e8abb14f3f650) add support for NVIDIA Nemotron 3 Nano ### 📊 Changes **11 files changed** (+1253 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `llama/llama.cpp/src/llama-arch.cpp` (+35 -0) 📝 `llama/llama.cpp/src/llama-arch.h` (+1 -0) 📝 `llama/llama.cpp/src/llama-graph.cpp` (+10 -0) 📝 `llama/llama.cpp/src/llama-model.cpp` (+41 -9) 📝 `llama/llama.cpp/src/llama-model.h` (+1 -0) 📝 `llama/llama.cpp/src/models/nemotron-h.cpp` (+35 -6) ➕ `llama/patches/0032-llama-add-support-for-NVIDIA-Nemotron-Nano-3.patch` (+586 -0) ➕ `model/parsers/nemotron3nano.go` (+289 -0) 📝 `model/parsers/parsers.go` (+4 -0) ➕ `model/renderers/nemotron3nano.go` (+245 -0) 📝 `model/renderers/renderer.go` (+6 -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-25 01:10:58 -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#45481