[PR #13063] [MERGED] Add deepseek v3.1 #14056

Closed
opened 2026-04-13 00:43:36 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13063
Author: @gr4ceG
Created: 11/12/2025
Status: Merged
Merged: 11/18/2025
Merged by: @gr4ceG

Base: mainHead: grace/deepseek-v3.1-update


📝 Commits (6)

📊 Changes

4 files changed (+66 additions, -23 deletions)

View changed files

📝 ml/backend.go (+1 -1)
📝 ml/backend/ggml/ggml.go (+15 -1)
📝 ml/nn/attention.go (+11 -2)
📝 model/models/deepseek2/model.go (+39 -19)

📄 Description

TODO: working with split tensors


🔄 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/13063 **Author:** [@gr4ceG](https://github.com/gr4ceG) **Created:** 11/12/2025 **Status:** ✅ Merged **Merged:** 11/18/2025 **Merged by:** [@gr4ceG](https://github.com/gr4ceG) **Base:** `main` ← **Head:** `grace/deepseek-v3.1-update` --- ### 📝 Commits (6) - [`96adbf8`](https://github.com/ollama/ollama/commit/96adbf84bdb3da60fc079e46d30ab20393ad588f) resolved merge conflicts - [`543974e`](https://github.com/ollama/ollama/commit/543974e3bcec8b20091d851e0c436fc7f5511ea9) Add mla for flash attention - [`3357062`](https://github.com/ollama/ollama/commit/335706284b3ed99fc45b3e31dbc605ce02a6226b) Revert to using chunks - [`babcc2f`](https://github.com/ollama/ollama/commit/babcc2f3363af258d0aad9f6da92fe36bbd9768b) cleanup - [`74d3ff9`](https://github.com/ollama/ollama/commit/74d3ff979d090da9274e8621306dc23d8b98f93b) Remove set function - [`16337b6`](https://github.com/ollama/ollama/commit/16337b6c043ea3b3848c1e99c6cc62237d5c8e96) Addressing comments ### 📊 Changes **4 files changed** (+66 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `ml/backend.go` (+1 -1) 📝 `ml/backend/ggml/ggml.go` (+15 -1) 📝 `ml/nn/attention.go` (+11 -2) 📝 `model/models/deepseek2/model.go` (+39 -19) </details> ### 📄 Description TODO: working with split tensors --- <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:43:36 -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#14056