[GH-ISSUE #5916] Simplify model loading via model numbering #3692

Closed
opened 2026-04-12 14:30:30 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @jpummill on GitHub (Jul 24, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/5916

Model names can be very long and somewhat cryptic.

For example, I may have the following models on my system for testing:
mistral-nemo:12b-instruct-2407-q3_K_S
mistral-nemo:12b-instruct-2407-q4_K_S
mistral-nemo:12b-instruct-2407-q5_K_M

I think it would be helpful to see a numbered list of model names when using the load command from within the Ollama interface. For example, if I type "/load mi", instead of seeing "Error: model 'mi' not found", I would instead see the following:
1: mistral-nemo:12b-instruct-2407-q3_K_S
2: mistral-nemo:12b-instruct-2407-q4_K_S
3: mistral-nemo:12b-instruct-2407-q5_K_M

At this point the "/load" prompt would be waiting for me to either type out the model name or just select the number of the model from the list, allowing us to avoid typing out long complex names with lots of hyphens (-) and underscores (_).

You could still have the existing functionality with the error message if no downloaded models match the search filter.

Originally created by @jpummill on GitHub (Jul 24, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/5916 Model names can be very long and somewhat cryptic. For example, I may have the following models on my system for testing: mistral-nemo:12b-instruct-2407-q3_K_S mistral-nemo:12b-instruct-2407-q4_K_S mistral-nemo:12b-instruct-2407-q5_K_M I think it would be helpful to see a numbered list of model names when using the load command from within the Ollama interface. For example, if I type "/load mi", instead of seeing "Error: model 'mi' not found", I would instead see the following: 1: mistral-nemo:12b-instruct-2407-q3_K_S 2: mistral-nemo:12b-instruct-2407-q4_K_S 3: mistral-nemo:12b-instruct-2407-q5_K_M At this point the "/load" prompt would be waiting for me to either type out the model name or just select the number of the model from the list, allowing us to avoid typing out long complex names with lots of hyphens (-) and underscores (_). You could still have the existing functionality with the error message if no downloaded models match the search filter.
GiteaMirror added the feature request label 2026-04-12 14:30:30 -05:00
Author
Owner

@rick-github commented on GitHub (Jul 24, 2024):

https://github.com/ollama/ollama/issues/5380

<!-- gh-comment-id:2248205377 --> @rick-github commented on GitHub (Jul 24, 2024): https://github.com/ollama/ollama/issues/5380
Author
Owner

@jmorganca commented on GitHub (Sep 4, 2024):

Hi there, see @rick-github's suggestion here: https://github.com/ollama/ollama/issues/5380#issuecomment-2198365573

<!-- gh-comment-id:2327848443 --> @jmorganca commented on GitHub (Sep 4, 2024): Hi there, see @rick-github's suggestion here: https://github.com/ollama/ollama/issues/5380#issuecomment-2198365573
Author
Owner

@jmorganca commented on GitHub (Sep 4, 2024):

(Thanks @rick-github!)

<!-- gh-comment-id:2327848538 --> @jmorganca commented on GitHub (Sep 4, 2024): (Thanks @rick-github!)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#3692