[GH-ISSUE #8707] Check for model requirements #83328

Open
opened 2026-05-09 17:49:45 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @rsb-23 on GitHub (Jan 30, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/8707

After pulling complete model, ollama checks for system requirements and returns error like 'more memory required'.

Expectation:

Check for system requirements before pulling.
In case of error, ask user
"Do you still want to continue?"

Justification

  1. This will avoid unnecessary downloads of GBs of data. (Now I need to delete it 😐)
  2. Saves time, energy and server load.
Originally created by @rsb-23 on GitHub (Jan 30, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/8707 After pulling complete model, ollama checks for system requirements and returns error like 'more memory required'. ### Expectation: Check for system requirements before pulling. In case of error, ask user "Do you still want to continue?" ### Justification 1. This will avoid unnecessary downloads of GBs of data. (Now I need to delete it 😐) 2. Saves time, energy and server load.
GiteaMirror added the feature request label 2026-05-09 17:49:46 -05:00
Author
Owner

@rick-github commented on GitHub (Jan 30, 2025):

Or a user could look at the model description and see how disk/memory it's going to use.

<!-- gh-comment-id:2625530103 --> @rick-github commented on GitHub (Jan 30, 2025): Or a user could look at the model description and see how disk/memory it's going to use.
Author
Owner

@rsb-23 commented on GitHub (Jan 31, 2025):

That is one way to do.
But, isn't ollama about simplifying model use?

I am requesting to move the existing check to pre-pull instead of pre-run.

<!-- gh-comment-id:2626458918 --> @rsb-23 commented on GitHub (Jan 31, 2025): That is one way to do. But, isn't ollama about simplifying model use? I am requesting to move the existing check to pre-pull instead of pre-run.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#83328