[PR #13162] [MERGED] nomic-embed-text:v2: model implementation #14103

Closed
opened 2026-04-13 00:44:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13162
Author: @npardal
Created: 11/19/2025
Status: Merged
Merged: 12/9/2025
Merged by: @npardal

Base: mainHead: nicole/nomic-embed-text-v2


📝 Commits (8)

📊 Changes

3 files changed (+304 additions, -18 deletions)

View changed files

📝 convert/convert.go (+2 -0)
convert/convert_nomicbert.go (+213 -0)
📝 model/models/nomicbert/model.go (+89 -18)

📄 Description

This PR is the model implementation file for nomic-embed-text:v2 which has MOE


🔄 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/13162 **Author:** [@npardal](https://github.com/npardal) **Created:** 11/19/2025 **Status:** ✅ Merged **Merged:** 12/9/2025 **Merged by:** [@npardal](https://github.com/npardal) **Base:** `main` ← **Head:** `nicole/nomic-embed-text-v2` --- ### 📝 Commits (8) - [`8664b2b`](https://github.com/ollama/ollama/commit/8664b2b01cfeba166d921724ef689a2d1a5e90ee) initial nomic-embed-v2 model implementation - [`34535dd`](https://github.com/ollama/ollama/commit/34535dd7143352852a1f6ba57fcae7f3a78919d9) added the converter - [`5ea9e9c`](https://github.com/ollama/ollama/commit/5ea9e9cc1b2a484d28d57643535a3472be7bf1cb) consolidated package - [`721c44a`](https://github.com/ollama/ollama/commit/721c44abe1422bd215e91828e4ad32f6fa2f28b5) consolidated file - [`0e4f3e7`](https://github.com/ollama/ollama/commit/0e4f3e7ff0dd8acd7940471ed50002eeffc53408) consolidated converted files - [`6a50a90`](https://github.com/ollama/ollama/commit/6a50a9006f0d925a086fc7fbacc61a2130aca9e8) fixed failing lint - [`7c820a9`](https://github.com/ollama/ollama/commit/7c820a966ee13b3eb6c5eadf9de354128b6fee29) lint - [`1d2d99b`](https://github.com/ollama/ollama/commit/1d2d99b817bde0ab95d90e3986513376bb88e05a) removed arch+ ### 📊 Changes **3 files changed** (+304 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `convert/convert.go` (+2 -0) ➕ `convert/convert_nomicbert.go` (+213 -0) 📝 `model/models/nomicbert/model.go` (+89 -18) </details> ### 📄 Description This PR is the model implementation file for nomic-embed-text:v2 which has MOE --- <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:44: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#14103