[PR #14517] [MERGED] qwen3next: add compatibility with imported GGUF models #61405

Closed
opened 2026-04-29 16:28:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14517
Author: @jmorganca
Created: 2/28/2026
Status: Merged
Merged: 2/28/2026
Merged by: @jmorganca

Base: mainHead: jmorganca/qwen3.5-compat


📝 Commits (4)

  • 7cba8dc qwen3next: support scalar and array attention.head_count_kv
  • b421a1d qwen3next: gofmt model_new_test
  • 1455ff9 qwen3next: guard missing linear tensors and support ssm_dt.bias
  • a97af7d qwen3next: default reordered v-heads for qwen35 imports

📊 Changes

4 files changed (+227 additions, -19 deletions)

View changed files

📝 model/models/qwen3next/deltanet.go (+14 -2)
📝 model/models/qwen3next/model.go (+103 -17)
model/models/qwen3next/model_new_test.go (+65 -0)
model/models/qwen3next/model_validate_test.go (+45 -0)

📄 Description

Fixes https://github.com/ollama/ollama/issues/14503


🔄 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/14517 **Author:** [@jmorganca](https://github.com/jmorganca) **Created:** 2/28/2026 **Status:** ✅ Merged **Merged:** 2/28/2026 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `jmorganca/qwen3.5-compat` --- ### 📝 Commits (4) - [`7cba8dc`](https://github.com/ollama/ollama/commit/7cba8dcc51c086fb26be90bd6001c6d1939ae572) qwen3next: support scalar and array attention.head_count_kv - [`b421a1d`](https://github.com/ollama/ollama/commit/b421a1d4bd97ddc29ad9d04d2451db049ef12c2c) qwen3next: gofmt model_new_test - [`1455ff9`](https://github.com/ollama/ollama/commit/1455ff99b325e326f237fe65c1e43ca7729e307e) qwen3next: guard missing linear tensors and support ssm_dt.bias - [`a97af7d`](https://github.com/ollama/ollama/commit/a97af7d1741d7d2c47518f8f99935a0223656a96) qwen3next: default reordered v-heads for qwen35 imports ### 📊 Changes **4 files changed** (+227 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `model/models/qwen3next/deltanet.go` (+14 -2) 📝 `model/models/qwen3next/model.go` (+103 -17) ➕ `model/models/qwen3next/model_new_test.go` (+65 -0) ➕ `model/models/qwen3next/model_validate_test.go` (+45 -0) </details> ### 📄 Description Fixes https://github.com/ollama/ollama/issues/14503 --- <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-29 16:28:16 -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#61405