[PR #955] [MERGED] docs: add examples using bash to compare models #10404

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/955
Author: @technovangelist
Created: 10/31/2023
Status: Merged
Merged: 11/10/2023
Merged by: @technovangelist

Base: mainHead: mattw/example-bash-compare


📝 Commits (6)

📊 Changes

3 files changed (+81 additions, -0 deletions)

View changed files

examples/bash-comparemodels/README.md (+10 -0)
examples/bash-comparemodels/comparemodels.sh (+64 -0)
examples/bash-comparemodels/sourcequestions.txt (+7 -0)

📄 Description

This includes two bash scripts. the first will run a bunch of questions in sourcequestions against llama2. The second lets you pick 4 models on your system and run the same questions against all of them, making it easier to compare.


🔄 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/955 **Author:** [@technovangelist](https://github.com/technovangelist) **Created:** 10/31/2023 **Status:** ✅ Merged **Merged:** 11/10/2023 **Merged by:** [@technovangelist](https://github.com/technovangelist) **Base:** `main` ← **Head:** `mattw/example-bash-compare` --- ### 📝 Commits (6) - [`2236a93`](https://github.com/ollama/ollama/commit/2236a93efccb2aa8d907225c182d54ffd2e90e11) docs: add examples using bash to compare models - [`4512301`](https://github.com/ollama/ollama/commit/45123017563c459d698b6221965661b02c783885) Update README.md - [`5757925`](https://github.com/ollama/ollama/commit/57579250603dfbdd3d716bfdb9bff53759824ddd) add a gif - [`80362fe`](https://github.com/ollama/ollama/commit/80362fedce7d6e0a12e9ab5de66edaa0a1f2b741) better readme - [`f319616`](https://github.com/ollama/ollama/commit/f31961637fde5642bd8fac54319d970e305e8dfc) Update README.md - [`1308636`](https://github.com/ollama/ollama/commit/13086363bd92ed2f310ceacf7417c72b8827d730) Update as per bmacd ### 📊 Changes **3 files changed** (+81 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/bash-comparemodels/README.md` (+10 -0) ➕ `examples/bash-comparemodels/comparemodels.sh` (+64 -0) ➕ `examples/bash-comparemodels/sourcequestions.txt` (+7 -0) </details> ### 📄 Description This includes two bash scripts. the first will run a bunch of questions in sourcequestions against llama2. The second lets you pick 4 models on your system and run the same questions against all of them, making it easier to compare. --- <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:59:52 -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#10404