[PR #7193] [MERGED] Add missing BF16 tensor type. #12342

Closed
opened 2026-04-12 23:56:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/7193
Author: @rick-github
Created: 10/13/2024
Status: Merged
Merged: 10/15/2024
Merged by: @pdevine

Base: mainHead: magic


📝 Commits (1)

  • 29815d9 Add missing BF16 tensor type.

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 llm/ggml.go (+2 -0)

📄 Description

Models with BF16 tensors are not imported because the typeSize is 0.

Fixes: https://github.com/ollama/ollama/issues/7188


🔄 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/7193 **Author:** [@rick-github](https://github.com/rick-github) **Created:** 10/13/2024 **Status:** ✅ Merged **Merged:** 10/15/2024 **Merged by:** [@pdevine](https://github.com/pdevine) **Base:** `main` ← **Head:** `magic` --- ### 📝 Commits (1) - [`29815d9`](https://github.com/ollama/ollama/commit/29815d9ff133775dfdeb309f4cdfd52e92a99b43) Add missing BF16 tensor type. ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `llm/ggml.go` (+2 -0) </details> ### 📄 Description Models with BF16 tensors are not imported because the typeSize is 0. Fixes: https://github.com/ollama/ollama/issues/7188 --- <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-12 23:56:04 -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#12342