[PR #672] [MERGED] Relay default values to llama runner #10286

Closed
opened 2026-04-12 22:57:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/672
Author: @BruceMacD
Created: 10/2/2023
Status: Merged
Merged: 10/2/2023
Merged by: @BruceMacD

Base: mainHead: hallh/fix-586


📝 Commits (3)

  • f29a7db include seed in params for llama.cpp server and remove empty filter for temp
  • 900e5dd relay default predict options to llama.cpp
  • a113624 omit empty stop

📊 Changes

2 files changed (+43 additions, -44 deletions)

View changed files

📝 api/types.go (+22 -22)
📝 llm/llama.go (+21 -22)

📄 Description

Thanks to @hallh for #663. This change cherry-picks that PR, relays all our defaults, and does some re-organizing of the code to make it easier to read.


🔄 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/672 **Author:** [@BruceMacD](https://github.com/BruceMacD) **Created:** 10/2/2023 **Status:** ✅ Merged **Merged:** 10/2/2023 **Merged by:** [@BruceMacD](https://github.com/BruceMacD) **Base:** `main` ← **Head:** `hallh/fix-586` --- ### 📝 Commits (3) - [`f29a7db`](https://github.com/ollama/ollama/commit/f29a7db98ee7fbff24a4a2a56bf05358bae188b2) include seed in params for llama.cpp server and remove empty filter for temp - [`900e5dd`](https://github.com/ollama/ollama/commit/900e5ddb1a0ada91746323a54667fdcc9dc2f2a5) relay default predict options to llama.cpp - [`a113624`](https://github.com/ollama/ollama/commit/a113624db0d7cfcf4f7fef6c1576e382272304de) omit empty stop ### 📊 Changes **2 files changed** (+43 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `api/types.go` (+22 -22) 📝 `llm/llama.go` (+21 -22) </details> ### 📄 Description Thanks to @hallh for #663. This change cherry-picks that PR, relays all our defaults, and does some re-organizing of the code to make it easier to read. --- <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 22:57:07 -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#10286