[PR #9668] implement qwen2 adapter convert #13032

Open
opened 2026-04-13 00:15:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/9668
Author: @nicholaslee119
Created: 3/12/2025
Status: 🔄 Open

Base: mainHead: feature/qwen-adapter-convert


📝 Commits (1)

📊 Changes

3 files changed (+198 additions, -0 deletions)

View changed files

📝 convert/convert.go (+2 -0)
convert/convert_qwen2_adapter.go (+173 -0)
📝 convert/convert_test.go (+23 -0)

📄 Description

  • implement convert for qwen2 adapter
  • necessary test

🔄 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/9668 **Author:** [@nicholaslee119](https://github.com/nicholaslee119) **Created:** 3/12/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feature/qwen-adapter-convert` --- ### 📝 Commits (1) - [`02b53a1`](https://github.com/ollama/ollama/commit/02b53a1af40694337ec371f56359fdadfbcd2047) implement qwen2 adapter ### 📊 Changes **3 files changed** (+198 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `convert/convert.go` (+2 -0) ➕ `convert/convert_qwen2_adapter.go` (+173 -0) 📝 `convert/convert_test.go` (+23 -0) </details> ### 📄 Description - implement convert for qwen2 adapter - necessary test --- <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:15: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#13032