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
8080fbce
Unverified
Commit
8080fbce
authored
May 12, 2024
by
todashuta
Committed by
GitHub
May 11, 2024
Browse files
fix `ollama create`'s usage string (#4362)
parent
ec14f6ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cmd/cmd.go
cmd/cmd.go
+1
-1
No files found.
cmd/cmd.go
View file @
8080fbce
...
...
@@ -1050,7 +1050,7 @@ func NewCLI() *cobra.Command {
RunE
:
CreateHandler
,
}
createCmd
.
Flags
()
.
StringP
(
"file"
,
"f"
,
"Modelfile"
,
"Name of the Modelfile
(default
\"
Modelfile
\"
)
"
)
createCmd
.
Flags
()
.
StringP
(
"file"
,
"f"
,
"Modelfile"
,
"Name of the Modelfile"
)
createCmd
.
Flags
()
.
StringP
(
"quantize"
,
"q"
,
""
,
"Quantize model to this level (e.g. q4_0)"
)
showCmd
:=
&
cobra
.
Command
{
...
...
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