[PR #15] [MERGED] batch model #35800

Closed
opened 2026-04-22 20:33:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/15
Author: @mxyng
Created: 6/28/2023
Status: Merged
Merged: 6/29/2023
Merged by: @mxyng

Base: mainHead: batch


📝 Commits (2)

📊 Changes

2 files changed (+22 additions, -13 deletions)

View changed files

📝 ollama/cmd/cli.py (+21 -12)
📝 ollama/engine.py (+1 -1)

📄 Description

add a batch model which is distinct in the way the prompts are displayed to the user. this produces a cleaner output without a trailing >>>


🔄 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/15 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 6/28/2023 **Status:** ✅ Merged **Merged:** 6/29/2023 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `batch` --- ### 📝 Commits (2) - [`9154298`](https://github.com/ollama/ollama/commit/9154298085b8631099be6cdcd9bcb6a32eef899f) use abspath to model - [`e63ad69`](https://github.com/ollama/ollama/commit/e63ad69388c49b3b0a719e286472f0a8dad0d90a) batch mode ### 📊 Changes **2 files changed** (+22 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `ollama/cmd/cli.py` (+21 -12) 📝 `ollama/engine.py` (+1 -1) </details> ### 📄 Description add a batch model which is distinct in the way the prompts are displayed to the user. this produces a cleaner output without a trailing `>>>` --- <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-22 20:33:16 -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#35800