[PR #13817] feat: add parameter filtering to model picker and utility functions f… #19673

Open
opened 2026-04-16 07:13:10 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13817
Author: @amolvppawar
Created: 1/21/2026
Status: 🔄 Open

Base: mainHead: main


📝 Commits (5)

  • 61b58c0 feat: add parameter filtering to model picker and utility functions for size parsing
  • ceb35dd Merge branch 'ollama:main' into main
  • 985a742 Merge branch 'ollama:main' into main
  • f5877bb Merge branch 'ollama:main' into main
  • c3f4632 Merge branch 'ollama:main' into main

📊 Changes

3 files changed (+138 additions, -1 deletions)

View changed files

📝 app/ui/app/src/components/ModelPicker.tsx (+94 -1)
app/ui/app/src/utils/modelSize.test.ts (+30 -0)
app/ui/app/src/utils/modelSize.ts (+14 -0)

📄 Description

…or size parsing


🔄 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/13817 **Author:** [@amolvppawar](https://github.com/amolvppawar) **Created:** 1/21/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`61b58c0`](https://github.com/ollama/ollama/commit/61b58c037d393a1663cd38947a37fae69a8af5e3) feat: add parameter filtering to model picker and utility functions for size parsing - [`ceb35dd`](https://github.com/ollama/ollama/commit/ceb35dd6e114a14f9d70837d4596a6ce1a6790fa) Merge branch 'ollama:main' into main - [`985a742`](https://github.com/ollama/ollama/commit/985a742baa202d729feced2b7e8c7c1c6554eab0) Merge branch 'ollama:main' into main - [`f5877bb`](https://github.com/ollama/ollama/commit/f5877bb7ae8a80a7df7b4fa603c5267c94cd471c) Merge branch 'ollama:main' into main - [`c3f4632`](https://github.com/ollama/ollama/commit/c3f4632fd3e3825d4080e4fe6792a4057b8814c6) Merge branch 'ollama:main' into main ### 📊 Changes **3 files changed** (+138 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/ui/app/src/components/ModelPicker.tsx` (+94 -1) ➕ `app/ui/app/src/utils/modelSize.test.ts` (+30 -0) ➕ `app/ui/app/src/utils/modelSize.ts` (+14 -0) </details> ### 📄 Description …or size parsing --- <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-16 07:13:10 -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#19673