[PR #13443] [MERGED] Enable Ollama engine by default #14209

Closed
opened 2026-04-13 00:48:28 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13443
Author: @dhiltgen
Created: 12/12/2025
Status: Merged
Merged: 12/12/2025
Merged by: @dhiltgen

Base: mainHead: default_new_engine


📝 Commits (1)

  • 56f754f Enable Ollama engine by default

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 envconfig/config.go (+2 -2)
📝 llm/server.go (+1 -1)

📄 Description

This changes the default behavior to use the Ollama engine for supported models, while retaining the ability to disable the Ollama engine and fall back to the Llama engine. Models in the OllamaEngineRequired list will always run on the Ollama engine.


🔄 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/13443 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 12/12/2025 **Status:** ✅ Merged **Merged:** 12/12/2025 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `default_new_engine` --- ### 📝 Commits (1) - [`56f754f`](https://github.com/ollama/ollama/commit/56f754f46b87749581f73ef3625314bb0e51bfed) Enable Ollama engine by default ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `envconfig/config.go` (+2 -2) 📝 `llm/server.go` (+1 -1) </details> ### 📄 Description This changes the default behavior to use the Ollama engine for supported models, while retaining the ability to disable the Ollama engine and fall back to the Llama engine. Models in the OllamaEngineRequired list will always run on the Ollama engine. --- <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:48:28 -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#14209