[PR #13988] [CLOSED] Add longcatflash #76759

Closed
opened 2026-05-05 09:25:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13988
Author: @TommyBoiss
Created: 1/31/2026
Status: Closed

Base: mainHead: longcatflash


📝 Commits (4)

  • 14e6f8a Add longcatflash
  • 88e8b33 Add zero expert handling
  • 714d6a2 Fix Lint problems
  • 7766669 Remove Longcat Ngram from convert.go, not in scope of this PR

📊 Changes

9 files changed (+906 additions, -3 deletions)

View changed files

📝 convert/convert.go (+2 -0)
convert/convert_longcatflash.go (+119 -0)
📝 ml/backend.go (+3 -0)
📝 ml/backend/ggml/ggml.go (+13 -1)
📝 ml/nn/attention.go (+2 -2)
model/models/longcatflash/model.go (+413 -0)
📝 model/models/models.go (+1 -0)
model/parsers/longcatflash.go (+351 -0)
📝 model/parsers/parsers.go (+2 -0)

📄 Description

This pull requests adds longcat flash


🔄 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/13988 **Author:** [@TommyBoiss](https://github.com/TommyBoiss) **Created:** 1/31/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `longcatflash` --- ### 📝 Commits (4) - [`14e6f8a`](https://github.com/ollama/ollama/commit/14e6f8a47bc466b8137844ec4d9ba34bcc32c8db) Add longcatflash - [`88e8b33`](https://github.com/ollama/ollama/commit/88e8b33497419dcc44ebc93db7a201c4459ed713) Add zero expert handling - [`714d6a2`](https://github.com/ollama/ollama/commit/714d6a250df814ab9ccc8bc3d9ab4b3fb052f746) Fix Lint problems - [`7766669`](https://github.com/ollama/ollama/commit/7766669218284e745ccf8725ae04f8d462343adb) Remove Longcat Ngram from convert.go, not in scope of this PR ### 📊 Changes **9 files changed** (+906 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `convert/convert.go` (+2 -0) ➕ `convert/convert_longcatflash.go` (+119 -0) 📝 `ml/backend.go` (+3 -0) 📝 `ml/backend/ggml/ggml.go` (+13 -1) 📝 `ml/nn/attention.go` (+2 -2) ➕ `model/models/longcatflash/model.go` (+413 -0) 📝 `model/models/models.go` (+1 -0) ➕ `model/parsers/longcatflash.go` (+351 -0) 📝 `model/parsers/parsers.go` (+2 -0) </details> ### 📄 Description This pull requests adds longcat flash --- <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-05-05 09:25:32 -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#76759