[PR #663] [CLOSED] Fix for #586, seed and temperature settings #10283

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/663
Author: @hallh
Created: 10/1/2023
Status: Closed

Base: mainHead: feature/fix-586


📝 Commits (1)

  • 6a37640 include seed in params for llama.cpp server and remove empty filter for temp

📊 Changes

1 file changed (+3 additions, -1 deletions)

View changed files

📝 llm/llama.go (+3 -1)

📄 Description

Fix for #586. Seed was omitted in the params to the llama.cpp server and temperature had an omitempty filter specified, breaking support for 0 temperature.


🔄 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/663 **Author:** [@hallh](https://github.com/hallh) **Created:** 10/1/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/fix-586` --- ### 📝 Commits (1) - [`6a37640`](https://github.com/ollama/ollama/commit/6a376405821ac7652b1e2e7d3cbf339cbba7d374) include seed in params for llama.cpp server and remove empty filter for temp ### 📊 Changes **1 file changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `llm/llama.go` (+3 -1) </details> ### 📄 Description Fix for #586. Seed was omitted in the params to the llama.cpp server and temperature had an `omitempty` filter specified, breaking support for `0` temperature. --- <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:02 -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#10283