Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
23c589d5
"vscode:/vscode.git/clone" did not exist on "ce6e19f23397d1aa1dacd7e46f914cf74c55b9d7"
Commit
23c589d5
authored
Jun 30, 2023
by
Bruce MacDonald
Browse files
output confirmation after pull
parent
4c8c61c9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
ollama/cmd/cli.py
ollama/cmd/cli.py
+1
-0
No files found.
ollama/cmd/cli.py
View file @
23c589d5
...
@@ -176,6 +176,7 @@ def search(*args, **kwargs):
...
@@ -176,6 +176,7 @@ def search(*args, **kwargs):
def
pull
(
*
args
,
**
kwargs
):
def
pull
(
*
args
,
**
kwargs
):
model
.
pull
(
model_name
=
kwargs
.
pop
(
'model'
),
*
args
,
**
kwargs
)
model
.
pull
(
model_name
=
kwargs
.
pop
(
'model'
),
*
args
,
**
kwargs
)
print
(
"Up to date."
)
def
run
(
*
args
,
**
kwargs
):
def
run
(
*
args
,
**
kwargs
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment