Where does ollama-python saves the pulled model?
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 10.5k
- Forks
- 1.2k
- Avg merge
- 4m
- Merged PRs (30d)
- 1
Description
Where does ollama-python saves the pulled model using ollama.pull('llava')? I tried to set the environment variable OLLAMA_MODELS similar to Ollama-cli. But it is not using the path provided in OLLAMA_MODELS.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the Python library's ollama.pull('llava') entry point and how it communicates model storage settings. Check whether OLLAMA_MODELS is read or passed through, and consider the issue resolved when the model location and environment-variable behavior are clear and consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ollama, python
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100