[PR #2317] [MERGED] Add multimodel support to ollama run in noninteractive mode #10855

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/2317
Author: @jmorganca
Created: 2/2/2024
Status: Merged
Merged: 2/2/2024
Merged by: @jmorganca

Base: mainHead: jmorganca/mm-noninteractive


📝 Commits (1)

  • 876b049 Add multimodel support to ollama run in noninteractive mopde

📊 Changes

2 files changed (+56 additions, -49 deletions)

View changed files

📝 cmd/cmd.go (+54 -47)
📝 cmd/interactive.go (+2 -2)

📄 Description

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

% ollama run llava Describe this image: /Users/jmorgan/Desktop/old-tower.jpg 
Added image '/Users/jmorgan/Desktop/old-tower.jpg'
 The image depicts a vibrant cityscape. In the foreground, there's an iconic skyscraper, which is the CN Tower, a landmark of Toronto, Canada. The tower stands prominently against a clear blue sky. In the background, you can see a variety 
of buildings, including what appears to be condominiums and commercial structures, all under a bright sunlight. There's a body of water visible in the lower right corner of the image, suggesting that this photo is taken from a vantage 
point overlooking the city. The overall impression is of a bustling urban environment with a mix of architectural styles.

old-tower


🔄 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/2317 **Author:** [@jmorganca](https://github.com/jmorganca) **Created:** 2/2/2024 **Status:** ✅ Merged **Merged:** 2/2/2024 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `jmorganca/mm-noninteractive` --- ### 📝 Commits (1) - [`876b049`](https://github.com/ollama/ollama/commit/876b04912de6648c48f338c149b77d8f5d38e40a) Add multimodel support to `ollama run` in noninteractive mopde ### 📊 Changes **2 files changed** (+56 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+54 -47) 📝 `cmd/interactive.go` (+2 -2) </details> ### 📄 Description Fixes https://github.com/ollama/ollama/issues/2295 ``` % ollama run llava Describe this image: /Users/jmorgan/Desktop/old-tower.jpg Added image '/Users/jmorgan/Desktop/old-tower.jpg' The image depicts a vibrant cityscape. In the foreground, there's an iconic skyscraper, which is the CN Tower, a landmark of Toronto, Canada. The tower stands prominently against a clear blue sky. In the background, you can see a variety of buildings, including what appears to be condominiums and commercial structures, all under a bright sunlight. There's a body of water visible in the lower right corner of the image, suggesting that this photo is taken from a vantage point overlooking the city. The overall impression is of a bustling urban environment with a mix of architectural styles. ``` ![old-tower](https://github.com/ollama/ollama/assets/251292/46265130-0ee1-43f8-b4f5-a5ed38688ede) --- <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:13:01 -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#10855