[PR #13485] [CLOSED] add support for NVIDIA Nemotron 3 Nano #14231

Closed
opened 2026-04-13 00:48:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: nemotron


📝 Commits (1)

  • e7d2ae9 add support for NVIDIA Nemotron 3 Nano

📊 Changes

7 files changed (+709 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)

📄 Description

Carry upstream patches temporarily


🔄 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/13485 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 12/15/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `nemotron` --- ### 📝 Commits (1) - [`e7d2ae9`](https://github.com/ollama/ollama/commit/e7d2ae9d69421012e9a8765c06a3fdf0e45b12f3) add support for NVIDIA Nemotron 3 Nano ### 📊 Changes **7 files changed** (+709 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) </details> ### 📄 Description Carry upstream patches temporarily --- <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:48:53 -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#14231