[PR #1216] [MERGED] Multimodal support #10510

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/1216
Author: @pdevine
Created: 11/21/2023
Status: Merged
Merged: 12/11/2023
Merged by: @pdevine

Base: mainHead: multimodal


📝 Commits (10+)

📊 Changes

6 files changed (+235 additions, -28 deletions)

View changed files

📝 api/types.go (+30 -17)
📝 cmd/cmd.go (+149 -2)
📝 docs/modelfile.md (+1 -0)
📝 llm/llama.go (+16 -0)
📝 server/images.go (+3 -0)
📝 server/routes.go (+36 -9)

📄 Description

This PR builds off of @mattapperson's work, but with a more ollama-like UX + API.


🔄 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/1216 **Author:** [@pdevine](https://github.com/pdevine) **Created:** 11/21/2023 **Status:** ✅ Merged **Merged:** 12/11/2023 **Merged by:** [@pdevine](https://github.com/pdevine) **Base:** `main` ← **Head:** `multimodal` --- ### 📝 Commits (10+) - [`6d6ae5e`](https://github.com/ollama/ollama/commit/6d6ae5eb232228cc43318e233d1cd4be69aed080) add multimodal support - [`0645268`](https://github.com/ollama/ollama/commit/064526836b1dabd6c20b8610297f383f2d7c83da) fixes - [`3bf06b1`](https://github.com/ollama/ollama/commit/3bf06b180c28bc10cca2581a8857819a6a06ba51) Make multimodal work w/ new projector backend - [`9839a95`](https://github.com/ollama/ollama/commit/9839a95a85dd3e33e71d064cd271dc8f0ebdd493) remove filename from prompt - [`89756ac`](https://github.com/ollama/ollama/commit/89756ac9864d47ea7ad6e0a103f60e2c15ef1d05) more fixes - [`0c0225e`](https://github.com/ollama/ollama/commit/0c0225e649e94bec4f6b4e9713274151c3cb05d5) comments - [`3f32cad`](https://github.com/ollama/ollama/commit/3f32cad9d248a344bba47cb5a0718130937437c9) change image data - [`48ec901`](https://github.com/ollama/ollama/commit/48ec901bf805982d9bb6a88b47511d87611a5c2d) model details - [`7e9e773`](https://github.com/ollama/ollama/commit/7e9e7733b47884a49e36892d1851a16f2ac8c2e6) fixes - [`6dedc26`](https://github.com/ollama/ollama/commit/6dedc26cc206e33b61818704d3ffb6f1b7ad2a28) fixup ### 📊 Changes **6 files changed** (+235 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `api/types.go` (+30 -17) 📝 `cmd/cmd.go` (+149 -2) 📝 `docs/modelfile.md` (+1 -0) 📝 `llm/llama.go` (+16 -0) 📝 `server/images.go` (+3 -0) 📝 `server/routes.go` (+36 -9) </details> ### 📄 Description This PR builds off of @mattapperson's work, but with a more ollama-like UX + API. --- <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:02:09 -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#10510