[PR #6965] [CLOSED] llm: add mllama (Llama 3.2 Vision) language model support #12275

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/6965
Author: @jmorganca
Created: 9/25/2024
Status: Closed

Base: mainHead: jmorganca/mllama


📝 Commits (4)

  • 8ac915f llm: add mllama language support
  • d0c8ce5 llm: add server entrypoint for mllama
  • 055cb6b update server.cpp changes
  • 22d861d update patch

📊 Changes

2 files changed (+704 additions, -0 deletions)

View changed files

📝 llm/ext_server/server.cpp (+11 -0)
llm/patches/0009-mllama.patch (+693 -0)

📄 Description

This adds support for the language model component of Llama 3.2 Vision. The cross-attention mask still needs to be added.

Related: https://github.com/ollama/ollama/pull/6963


🔄 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/6965 **Author:** [@jmorganca](https://github.com/jmorganca) **Created:** 9/25/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `jmorganca/mllama` --- ### 📝 Commits (4) - [`8ac915f`](https://github.com/ollama/ollama/commit/8ac915f709392eb2fd7ebdbe43babb9417072ffd) llm: add mllama language support - [`d0c8ce5`](https://github.com/ollama/ollama/commit/d0c8ce5ea4a1217eface7fa9b350a9fe8ab47dc1) llm: add server entrypoint for mllama - [`055cb6b`](https://github.com/ollama/ollama/commit/055cb6b0e2c25053a9fb775363abbd77b858fdc0) update server.cpp changes - [`22d861d`](https://github.com/ollama/ollama/commit/22d861dfe2fbd5b84d56d0bb06157dc56c35db53) update patch ### 📊 Changes **2 files changed** (+704 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `llm/ext_server/server.cpp` (+11 -0) ➕ `llm/patches/0009-mllama.patch` (+693 -0) </details> ### 📄 Description This adds support for the language model component of Llama 3.2 Vision. The cross-attention mask still needs to be added. Related: https://github.com/ollama/ollama/pull/6963 --- <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:53:56 -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#12275