mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 09:05:23 -04:00
Where does ollama.pull() store the models? #26
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @HotLoverGirl69 on GitHub (Feb 12, 2024).
Where does ollama-python store the pulled models to?
@mxyng commented on GitHub (Feb 12, 2024):
ollama-python doesn't store models. it's a client library to ollama. models are stored on the server. see the faq for details