Daniel Hiltgen
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
cmd/cmd.go
|
|
|
@ -1318,7 +1318,7 @@ func NewCLI() *cobra.Command { |
|
|
|
} |
|
|
|
|
|
|
|
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{ |
|
|
|
Use: "show MODEL", |
|
|
|
|