[PR #15885] [MERGED] launch: use vram bytes for model recommendations #77636

Closed
opened 2026-05-05 10:18:36 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/15885
Author: @ParthSareen
Created: 4/30/2026
Status: Merged
Merged: 4/30/2026
Merged by: @ParthSareen

Base: mainHead: parth-launch-improve-model-recommendations


📝 Commits (2)

  • 0726244 launch: use vram bytes for model recommendations
  • b05e965 launch: align vram recommendation units

📊 Changes

6 files changed (+36 additions, -20 deletions)

View changed files

📝 api/types.go (+1 -1)
📝 cmd/launch/integrations_test.go (+2 -2)
📝 cmd/launch/launch.go (+2 -2)
📝 cmd/launch/models.go (+17 -4)
📝 server/model_recommendations.go (+6 -4)
📝 server/model_recommendations_test.go (+8 -7)

📄 Description

Updated the experimental interface to send bytes down instead of a string, updating endpoint locally to respect that


🔄 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/15885 **Author:** [@ParthSareen](https://github.com/ParthSareen) **Created:** 4/30/2026 **Status:** ✅ Merged **Merged:** 4/30/2026 **Merged by:** [@ParthSareen](https://github.com/ParthSareen) **Base:** `main` ← **Head:** `parth-launch-improve-model-recommendations` --- ### 📝 Commits (2) - [`0726244`](https://github.com/ollama/ollama/commit/072624443e7224fe2940f32003feb2b65c72cf48) launch: use vram bytes for model recommendations - [`b05e965`](https://github.com/ollama/ollama/commit/b05e965e25ee1830cf3be123b69218a34837026e) launch: align vram recommendation units ### 📊 Changes **6 files changed** (+36 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `api/types.go` (+1 -1) 📝 `cmd/launch/integrations_test.go` (+2 -2) 📝 `cmd/launch/launch.go` (+2 -2) 📝 `cmd/launch/models.go` (+17 -4) 📝 `server/model_recommendations.go` (+6 -4) 📝 `server/model_recommendations_test.go` (+8 -7) </details> ### 📄 Description Updated the experimental interface to send bytes down instead of a string, updating endpoint locally to respect that --- <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-05-05 10:18:36 -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#77636