diff --git a/cmd/cmd.go b/cmd/cmd.go index df9af354..ad4be7f9 100644 --- a/cmd/cmd.go +++ b/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",