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
27da2cdd
Unverified
Commit
27da2cdd
authored
May 15, 2025
by
Daniel Hiltgen
Committed by
GitHub
May 15, 2025
Browse files
Fix lingering Q4_0 help reference (#10720)
parent
feb8923a
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 @
27da2cdd
...
@@ -1318,7 +1318,7 @@ func NewCLI() *cobra.Command {
...
@@ -1318,7 +1318,7 @@ func NewCLI() *cobra.Command {
}
}
createCmd
.
Flags
()
.
StringP
(
"file"
,
"f"
,
""
,
"Name of the Modelfile (default
\"
Modelfile
\"
"
)
createCmd
.
Flags
()
.
StringP
(
"file"
,
"f"
,
""
,
"Name of the Modelfile (default
\"
Modelfile
\"
"
)
createCmd
.
Flags
()
.
StringP
(
"quantize"
,
"q"
,
""
,
"Quantize model to this level (e.g. q4_
0
)"
)
createCmd
.
Flags
()
.
StringP
(
"quantize"
,
"q"
,
""
,
"Quantize model to this level (e.g. q4_
K_M
)"
)
showCmd
:=
&
cobra
.
Command
{
showCmd
:=
&
cobra
.
Command
{
Use
:
"show MODEL"
,
Use
:
"show MODEL"
,
...
...
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