mirror of
https://github.com/ollama/ollama.git
synced 2025-04-04 01:50:26 +02:00
output confirmation after pull
This commit is contained in:
parent
4c8c61c9cf
commit
23c589d578
@ -176,6 +176,7 @@ def search(*args, **kwargs):
|
||||
|
||||
def pull(*args, **kwargs):
|
||||
model.pull(model_name=kwargs.pop('model'), *args, **kwargs)
|
||||
print("Up to date.")
|
||||
|
||||
|
||||
def run(*args, **kwargs):
|
||||
|
Loading…
x
Reference in New Issue
Block a user