[PR #2921] [CLOSED] Add Community Integration: Ollama Grid Search #57698

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/2921
Author: @dezoito
Created: 3/4/2024
Status: Closed

Base: mainHead: main


📝 Commits (2)

  • 740295b Add Community Integration: Ollama Grid Search
  • fcd6334 Corrects the type for the stop options in modelfile.md (Stop should be an array of string)

📊 Changes

2 files changed (+19 additions, -18 deletions)

View changed files

📝 README.md (+1 -0)
📝 docs/modelfile.md (+18 -18)

📄 Description

This commit adds Ollama Grid Search, a desktop app that let's users perform grid search on multiple inference parameters (top_k, top_p, temperature, etc..), and evaluate the best combination for their models running on Ollama.

It also let's users perform A/B tests, comparing the results of a prompt against multiple different models.


🔄 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/2921 **Author:** [@dezoito](https://github.com/dezoito) **Created:** 3/4/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`740295b`](https://github.com/ollama/ollama/commit/740295b124407e2ddf79625306dbb11b64f2f83d) Add Community Integration: Ollama Grid Search - [`fcd6334`](https://github.com/ollama/ollama/commit/fcd633410777fb89c6c29a67423694cb77d4f250) Corrects the type for the stop options in modelfile.md (Stop should be an array of string) ### 📊 Changes **2 files changed** (+19 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `docs/modelfile.md` (+18 -18) </details> ### 📄 Description This commit adds Ollama Grid Search, a desktop app that let's users perform grid search on multiple inference parameters (`top_k`, `top_p`, `temperature`, etc..), and evaluate the best combination for their models running on Ollama. It also let's users perform A/B tests, comparing the results of a prompt against multiple different models. --- <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-29 12:23:41 -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#57698