[PR #5193] [CLOSED] Correct Ollama Show Precision of Parameter #58405

Closed
opened 2026-04-29 13:17:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/5193
Author: @royjhan
Created: 6/20/2024
Status: Closed

Base: mainHead: royh-precision


📝 Commits (5)

📊 Changes

4 files changed (+64 additions, -6 deletions)

View changed files

📝 cmd/cmd.go (+2 -2)
📝 format/format.go (+32 -1)
📝 format/format_test.go (+29 -2)
📝 server/images.go (+1 -1)

📄 Description

Resolves #5184

The HumanNumber function is only used elsewhere on line 434 of images.go, changing it could introduce precision inconsistencies with pulled vs created models though. Can create a separate function.


🔄 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/5193 **Author:** [@royjhan](https://github.com/royjhan) **Created:** 6/20/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `royh-precision` --- ### 📝 Commits (5) - [`af370ac`](https://github.com/ollama/ollama/commit/af370ac178c425074398607d245336032d6efe36) Parameter Precision - [`f93cdfd`](https://github.com/ollama/ollama/commit/f93cdfdfae47fb859f5f395635331bee0a8eb142) Standardize with ollama.com - [`c716984`](https://github.com/ollama/ollama/commit/c71698426c39caeffe7b622fccbb6c39595aab70) Separate Rounding Functions - [`3971c23`](https://github.com/ollama/ollama/commit/3971c2333f224b0530dc0427d97255bae56ebd9d) Merge branch 'main' into royh-precision - [`e210f87`](https://github.com/ollama/ollama/commit/e210f8763f127f67a8a23cfd2a7759251f67d128) merge conflicts ### 📊 Changes **4 files changed** (+64 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+2 -2) 📝 `format/format.go` (+32 -1) 📝 `format/format_test.go` (+29 -2) 📝 `server/images.go` (+1 -1) </details> ### 📄 Description Resolves #5184 The HumanNumber function is only used elsewhere on line 434 of `images.go`, changing it could introduce precision inconsistencies with pulled vs created models though. Can create a separate function. --- <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 13:17: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#58405