mirror of
https://github.com/ollama/ollama.git
synced 2025-09-08 20:21:26 +02:00
output confirmation after pull
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user