[PR #14794] fix: correct typo ViewSeperator -> ViewSeparator in deepseekocr model #77136

Open
opened 2026-05-05 09:49:48 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14794
Author: @LincolnBurrows2017
Created: 3/12/2026
Status: 🔄 Open

Base: mainHead: fix-typo-view-separator


📝 Commits (1)

  • c48be94 fix: correct typo ViewSeperator -> ViewSeparator in deepseekocr model

📊 Changes

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

View changed files

📝 model/models/deepseekocr/model.go (+2 -3)

📄 Description

Description

Fixed a typo in the deepseekocr model file:

  • Changed ViewSeperator to ViewSeparator (correct spelling)
  • Removed the misleading nolint:misspell comment

The gguf tag mm.view_seperator remains unchanged as it matches the upstream model format.


🔄 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/14794 **Author:** [@LincolnBurrows2017](https://github.com/LincolnBurrows2017) **Created:** 3/12/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix-typo-view-separator` --- ### 📝 Commits (1) - [`c48be94`](https://github.com/ollama/ollama/commit/c48be94ac71ffe697cb92e7ca4b8eecd6d93826b) fix: correct typo ViewSeperator -> ViewSeparator in deepseekocr model ### 📊 Changes **1 file changed** (+2 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `model/models/deepseekocr/model.go` (+2 -3) </details> ### 📄 Description ## Description Fixed a typo in the deepseekocr model file: - Changed ViewSeperator to ViewSeparator (correct spelling) - Removed the misleading nolint:misspell comment The gguf tag mm.view_seperator remains unchanged as it matches the upstream model format. --- <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:49: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#77136