[PR #821] [CLOSED] decode more model types #72637

Closed
opened 2026-05-05 04:11:01 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/821
Author: @mxyng
Created: 10/17/2023
Status: Closed

Base: mainHead: mxyng/decode-model-types


📝 Commits (1)

📊 Changes

9 files changed (+86 additions, -31 deletions)

View changed files

llm/baichuan.go (+12 -0)
llm/bloom.go (+17 -0)
📝 llm/falcon.go (+4 -10)
📝 llm/gguf.go (+17 -10)
📝 llm/llama.go (+4 -4)
llm/mpt.go (+12 -0)
llm/persimmon.go (+10 -0)
llm/refact.go (+10 -0)
📝 llm/starcoder.go (+0 -7)

📄 Description

note: decoding these types does not mean they've been verified to work with ollama. it's the first step


🔄 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/821 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 10/17/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `mxyng/decode-model-types` --- ### 📝 Commits (1) - [`aaa5ac6`](https://github.com/ollama/ollama/commit/aaa5ac6a46f2af29baa848f7c41eff62177a0303) decode more model types ### 📊 Changes **9 files changed** (+86 additions, -31 deletions) <details> <summary>View changed files</summary> ➕ `llm/baichuan.go` (+12 -0) ➕ `llm/bloom.go` (+17 -0) 📝 `llm/falcon.go` (+4 -10) 📝 `llm/gguf.go` (+17 -10) 📝 `llm/llama.go` (+4 -4) ➕ `llm/mpt.go` (+12 -0) ➕ `llm/persimmon.go` (+10 -0) ➕ `llm/refact.go` (+10 -0) 📝 `llm/starcoder.go` (+0 -7) </details> ### 📄 Description note: decoding these types does not mean they've been verified to work with ollama. it's the first step --- <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 04:11:01 -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#72637