ollama / ollama-python

Ollama Python library
https://ollama.com
MIT License
2.71k stars 223 forks source link

Where does ollama.pull() store the models? #60

Closed HotLoverGirl69 closed 4 months ago

HotLoverGirl69 commented 4 months ago

Where does ollama-python store the pulled models to?

mxyng commented 4 months ago

ollama-python doesn't store models. it's a client library to ollama. models are stored on the server. see the faq for details