[PR #12980] [MERGED] convert: add deepseek converter #14024

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/12980
Author: @pdevine
Created: 11/6/2025
Status: Merged
Merged: 12/4/2025
Merged by: @pdevine

Base: mainHead: pdevine/deepseek-convert


📝 Commits (1)

  • 8a745b1 convert: add deepseek converter

📊 Changes

2 files changed (+175 additions, -0 deletions)

View changed files

📝 convert/convert.go (+2 -0)
convert/convert_deepseek2.go (+173 -0)

📄 Description

This change adds the ability for ollama create to convert models that use the DeepSeek2 architecture (specifically DeepSeekV3 and DeepSeek-R1).


🔄 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/12980 **Author:** [@pdevine](https://github.com/pdevine) **Created:** 11/6/2025 **Status:** ✅ Merged **Merged:** 12/4/2025 **Merged by:** [@pdevine](https://github.com/pdevine) **Base:** `main` ← **Head:** `pdevine/deepseek-convert` --- ### 📝 Commits (1) - [`8a745b1`](https://github.com/ollama/ollama/commit/8a745b1d55f3d08c631456b7486cb3e50a7d3f54) convert: add deepseek converter ### 📊 Changes **2 files changed** (+175 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `convert/convert.go` (+2 -0) ➕ `convert/convert_deepseek2.go` (+173 -0) </details> ### 📄 Description This change adds the ability for `ollama create` to convert models that use the DeepSeek2 architecture (specifically DeepSeekV3 and DeepSeek-R1). --- <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:42:48 -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#14024