[PR #14381] [CLOSED] fix: correct typo and casing in llama4 vision model comments #14647

Closed
opened 2026-04-13 00:59:55 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14381
Author: @tysoncung
Created: 2/24/2026
Status: Closed

Base: mainHead: fix-typo-implmentation


📝 Commits (1)

  • ef6cc7f fix: correct typo and casing in llama4 vision model comments

📊 Changes

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

View changed files

📝 model/models/llama4/model_vision.go (+2 -2)

📄 Description

Fix typo in model/models/llama4/model_vision.go:

  • implmentationimplementation
  • PytorchPyTorch (official casing)

Both in the rotary embedding comment block (lines 19 and 28).


🔄 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/14381 **Author:** [@tysoncung](https://github.com/tysoncung) **Created:** 2/24/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix-typo-implmentation` --- ### 📝 Commits (1) - [`ef6cc7f`](https://github.com/ollama/ollama/commit/ef6cc7f4bab8b6e71d7e897d6790006c99315ffa) fix: correct typo and casing in llama4 vision model comments ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `model/models/llama4/model_vision.go` (+2 -2) </details> ### 📄 Description Fix typo in `model/models/llama4/model_vision.go`: - `implmentation` → `implementation` - `Pytorch` → `PyTorch` (official casing) Both in the rotary embedding comment block (lines 19 and 28). --- <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:59:55 -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#14647